DEV Community

Discussion on: React project structure for scale: decomposition, layers and hierarchy

Collapse
 
fuadardiono profile image
Muhammad Fuad Ardiono

Ahh, if we define workspace it will make just one node_modules 🌈

Collapse
 
adevnadia profile image
Nadia Makarevich

Yep, exactly, that is the beauty of them :)
Just make sure you either don't declare dependencies in those lots of package.json

And if you do - that they are always the same version. Otherwise npm will install them in lots of node_modules