Hey everyone i want to …

less than 1 minute read

Hey everyone, i want to use nx for a new project, at the moment it includes 4 angular projects. So i will migrate them. What is the best way to manage the separate Projects inside git?

Responses:

you don’t :slightly_smiling_face: it’s a monorepo so everything is in the same repo

Ok, but if I upgrade a library that is used in all projects, how can I make sure that not all projects crash? Is there a best practice to track the changes individually in the projects? When I think of 4 or more projects in one repo on the same branch I get a little scared: D

You should go read through nx.dev to get a feel for it

One of the pros is that you have the practical constraint of one version of a given library for all of your projects

Updated: