DEV Community

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

Posted on

2 1 1 1

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"

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay