Why I move my indie project to Monorepo via Turborepo
- 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.
Continue the conversation
Contact Johan
Working through a similar problem?
Share the context and I’ll see whether I can help move it forward.