Common Mistakes in React Admin Dashboards (and How to Avoid Them)
React Admin Dashboards: Common Mistakes & How to Avoid Them React admin dashboards look simple on paper: tables, forms, charts, authentication, permissions. In...
React Admin Dashboards: Common Mistakes & How to Avoid Them React admin dashboards look simple on paper: tables, forms, charts, authentication, permissions. In...
I’ve always loved how easy it is to inspect elements on the web, so I decided to build something similar for native macOS apps... It’s called Xray. It lets you...
!Cover image for Understanding Old React Code: What Building “Classy Weather” Taught Mehttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravi...
!Cover image for ReactJS Hook Pattern ~Use Hook with Context~https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%...
! https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%...
Project Overview I’m building Vizora, a schema intelligence platform for developers. It helps with: - Understanding database schemas - Auto‑generating diagrams...
React JSON Schema Forms promise something very attractive to product teams: define your form once as JSON, render it anywhere, and let the schema handle validat...
Patterns I Reach for on Almost Every Project After working on quite a few frontend and full‑stack projects mostly React + TypeScript + some flavour of server/b...
!Cover image for Most People Don’t Actually Use Next.js as a Backendhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto...
Pre‑coding Process Most developers open VS Code too early. I used to do the same: a client would explain the idea, and within hours I’d be creating Laravel con...
Data fetching in React is the bridge between your UI and external APIs, databases, or mock services. Because fetching is a side effect, it must be handled caref...