Skip to content

Monorepos and JS

James Gibson edited this page Jan 14, 2022 · 19 revisions

Things I've learned about monos and js

Packages

Consumption

  • Mono repo only
  • Mono + Internal
  • Mono + Internal + External

Versioning

  • One version to rule them all.
  • Per package versioning
  • No versioning

One version

Per package versioning

Requires conventional commits to determine how each package has changed.

Performance

https://gregoryszorc.com/blog/2021/04/06/surprisingly-slow/

Talks

Critical Analysis

Visualizations

Underlying Tools

Tools

Research Tools

Misc