codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Follow publication

5 Questions for Building a Monorepo

Jonathan Saring
codeburst
Published in
8 min readMar 11, 2019

--

1. What are you building? (Library? App?)

React-foundation components with Bit
Vue-CLI core packages with Lerna

2. How many packages?

From 0 to 256 packages shared in 2 minutes
my-lerna-repo/
package.json
packages/
package-1/
package.json
package-2/
package.json

3. Who’s going to use these package?

Rect Pacman component in Bit’s playground

4. How will you manage changes and PRs? (and dependencies in the repo…)

Bit updates components automatically when a change was made to their dependency

5. Are you working on an Open-Source project?

Conclusion

--

--

Published in codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Written by Jonathan Saring

I write code and words · Component-driven Software · Micro Frontends · Design Systems · Pizza 🍕 Building open source @ bit.dev

No responses yet