Hacker News
- Just use a monorepo https://buttondown.email/blog/just-use-a-monorepo 277 comments
- Developing in a Monorepo While Still Using Webpack https://codeascraft.com/2020/04/06/developing-in-a-monorepo-while-still-using-webpack/ 15 comments
- Using Monorepo? Do not rebuild unchanged components in CI https://medium.com/@taleodor/using-monorepo-do-not-rebuild-unchanged-components-in-ci-c386e7c03426 9 comments
- If you are using Angular in a monorepo, this should be important https://github.com/angular/angular/issues/59896 8 comments angular2
- Why we stopped using Lerna for monorepos https://dev.to/gaosun/why-we-stopped-using-lerna-for-monorepos-4i5i 8 comments javascript
- Using monorepo? https://tomasvotruba.com/blog/2019/10/28/all-you-always-wanted-to-know-about-monorepo-but-were-afraid-to-ask/ 8 comments symfony
- How latest GitLab versions improves using CI with monorepos https://github.com/BastiPaeltz/gitlab-ci-monorepo 9 comments devops
- Companies that use monorepos take 64% longer to merge their PRs https://graphite.dev/blog/state-of-code-review-2024 86 comments programming
- Flutter at Scale: Code Sharing using a Monorepo https://medium.com/p/a7a46c427141 2 comments flutterdev
- Should you use Lerna, Turbopack, or Rush for JavaScript monorepo management? https://byteofdev.com/posts/lerna-vs-turbopack-rush/ 3 comments coding
- Using "paths" at two different directory levels in a monorepo https://www.typescriptlang.org/tsconfig/#rootDirs 3 comments typescript
- Using Rust/WASM in a monorepo with create-react-app https://cmdcolin.github.io/posts/2022-08-22-rustwasm 3 comments webassembly
- Using monorepos to increase velocity during early stages of product development https://aka.ms/createmonorepo 3 comments javascript
- Setting up a Monorepo using PNPM workspaces with TypeScript and Tailwind https://blog.emmanuelisenah.com/setting-up-a-monorepo-using-pnpm-workspaces-with-typescript-and-tailwind 3 comments reactjs
- How to setup a Monorepo using Cloudflare Pages, Remix, Vite and Turborepo (No Build Step) https://github.com/superjose/cloudflare-remix-vite-turborepo-monorepo 5 comments reactjs
- Use ts-node with monorepo packages https://www.reddit.com/r/typescript/comments/kukz9w/use_tsnode_with_monorepo_packages/ 3 comments typescript
- When it comes to microservices, do you put each microservice in it's own git repository, or use a monorepo? If the same, how do you handle multiple services in the same repo? Keen to hear your thoughts https://twitter.com/chancymajormusk/status/1518204777968160768 150 comments dotnet
- When it comes to microservices, do you put each microservice in it's own git repository, or use a monorepo? If the same, how do you handle multiple services in the same repo? Keen to hear your thoughts https://twitter.com/chancymajormusk/status/1518204777968160768 138 comments programming
- Use ts-node to run code across multiple monorepo packages https://github.com/ziggy6792/cdk-monorepo-example-backend 8 comments node