Johan Guse
Published on

Why I move my indie project to Monorepo via Turborepo

Author
  • Less file to build, better to navigate on the project.
  • Separate the the stuffs and focus on one thing at time,
  • Make CD/CI more faster

What is Turborepo?

Turborepo is a high-performance build system for JavaScript and TypeScript codebases. Vercel recently rewrote Turborepo from Go to Rust—worth reading for context on performance and architecture.