[AskJS] question about your monorepo workflow

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. jazelle

    Incremental, cacheable builds for large Javascript monorepos using Bazel

    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.

  4. fusionjs

    Modern framework for fast, powerful React apps

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How we unified our Terraform module repositories

    1 project | dev.to | 14 Nov 2025
  • Decoupling Frontend Architectures: Nx + Private Registry Approach

    1 project | dev.to | 29 Oct 2025
  • AI is amazing — but let's keep our critical thinking on

    1 project | dev.to | 10 Sep 2025
  • Ng-News 25/35: @for tracking strategies, Future of Angular at Angular Space

    1 project | dev.to | 4 Sep 2025
  • This Week In React #247: nuqs, Fragment Refs, Waku, React-Aria | Expo Launch, Maestro, SPM | Zod, Rspack, ESLint, CSS...

    1 project | dev.to | 29 Aug 2025

Did you know that JavaScript is
the 5th most popular programming language
based on number of references?