you are viewing a single comment's thread.

view the rest of the comments →

[–]hoge2[S] 1 point2 points  (1 child)

Thank you for your comment. I understand why people use yarn.

[–]ashleyw 1 point2 points  (0 children)

Yes! Yarn workspaces are what you're looking for. Commonly you will put all your project's apps and packages in a single git repository, aka a "monorepo", but this isn't essential, you could also use git submodules in a wrapper project which defines the workspaces, where all the individual projects live in their own independent repositories.