
Code Structure in React: The FSD Version I Actually Use
At the insurance company, our React app started with a structure I still like for small projects. src/ api/ components/ hooks/ layouts/ pages/ types/ ...

At the insurance company, our React app started with a structure I still like for small projects. src/ api/ components/ hooks/ layouts/ pages/ types/ ...

I've been writing code since 2003. That's over twenty years of watching patterns come and go — and occasionally making the same mistakes the patterns ...

Open the shared/ folder in almost any React app that's been alive for a year. Count the files. Then try to explain, out loud, what the folder is for —...

Draw your app's architecture on a whiteboard and it always looks clean. Neat boxes, sensible names, tidy layers stacked top to bottom. Everyone nods. ...