DEV Community

Discussion on: React Architecture for Enterprise Application

Collapse
 
hijazi313 profile image
Info Comment hidden by post author - thread only visible in this permalink
Muhammad Hamza Hijazi

Sorry to say it's not at all scalable structure. That's just an opinionated react application structure for a team of devs. Study about Atomic Design Pattern and some others as well. Everything should be as much as possible loosely coupled, sharable not only within one app But multiple apps, in future if we want to move to Microfrontends it should be easy. Some components and hooks should be publishable and sharable . That's what we senior developers call an Enterprise React Architecture.

Some comments have been hidden by the post's author - find out more