Home > Article > Web Front-end > You probably dont need a monorepo
If you have several npm packages inside the same "monorepo", you and your users would probably be better off if this was one big coherent package instead.
Instead of "monorepo", consider a monolith instead. That is, one huge application. It solves the same "issues", but with a lot less administration between the teams sharing the components.
The above is the detailed content of You probably dont need a monorepo. For more information, please follow other related articles on the PHP Chinese website!