How I structure React apps

Because structuring an app is like building a house…

Chetan Raj
JavaScript in Plain English
5 min readOct 8, 2020

--

Structuring an app is like building a house 🏡 There are many decisions to make, many views, many perspectives. Folder structure also plays a vital role. The mind is flooded with questions like where this folder/file should reside? Which place it should go to? What should be the name of the folder, file, component, hook or context?

--

--