Sharing a custom common library to NextJS and React Apps, using Typescript with Yarn workspaces
This approach has served Google well for more than 16 years, and today the vast majority of Google's software assets continue to be stored in a single, shared repository.
See Figure 1.
This blog post will be part of another series. π
Let's be ho...
Saurish Kar
Software Engineer
Interesting article Alejandro Soto
Question: How is the deployment configuration handled for a monorepo. I assume builds are created separately for each app or does it get built on the whole workspace ?