React app scalable folder structure

Fuchsoria
3 min readFeb 28, 2022

Today I will tell you about scalable folder structure in react application which helps me for more than 1.5 years to maintain a large react applications with more than 50k lines & 800+ files.

Abstraction:

First, we need to think about what do we use in our app, for example in my case I use assets, components, hooks, configs, router, pages, store, and types.

--

--