DEV Community

Cover image for ReactJS advanced folder structure for scalable projects.
Kartik Budhraja
Kartik Budhraja

Posted on

ReactJS advanced folder structure for scalable projects.

I have some good folder structure for the project then, We can achieve optimized performance.

Let me share…..

Image description


If you want to learn reactJS, You can refer to this official documentation.

Thank you :)

Top comments (2)

Collapse
 
brense profile image
Rense Bakker

No need for redux or global state stores in modern SSR architecture though. The only thing you still use global state for, is keeping track of the logged in user, usually done with react context or something lightweight like jotai.

Collapse
 
dsaga profile image
Dusan Petkovic

I would just put a library agnostic name for the store, wouldn't reference redux in structure, rather make it "store"