-
nx
The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in half the time.
I use https://nx.dev for our monorepo
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I maintain the web monorepo at Uber (a fairly large codebase w/ ~1000 packages). Our monorepo uses a tool I wrote called jazelle that wraps over yarn workspaces and bazel.
-
b) Don't do intermediate builds at all. This is what we do for monorepo-internal packages at Uber. Basically, our framework lets you specify what parts of node_modules should be transpiled when compiling the service. So basically you just have a single compilation step and the performance cost is alleviated by leveraging babel cache. The upside of this approach is you only need one file watching daemon and you don't need to worry about BS related to intermediate compilation bugs, NPM publishing interface, etc.
Related posts
-
How we unified our Terraform module repositories
-
Decoupling Frontend Architectures: Nx + Private Registry Approach
-
AI is amazing — but let's keep our critical thinking on
-
Ng-News 25/35: @for tracking strategies, Future of Angular at Angular Space
-
This Week In React #247: nuqs, Fragment Refs, Waku, React-Aria | Expo Launch, Maestro, SPM | Zod, Rspack, ESLint, CSS...