nx VS large-monorepo

Compare nx vs large-monorepo and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
nx large-monorepo
341 12
21,679 410
3.5% -
10.0 4.2
2 days ago about 1 month ago
TypeScript TypeScript
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nx

Posts with mentions or reviews of nx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-18.
  • Things I learned while building projects with NX
    5 projects | dev.to | 18 Mar 2024
    Nx
  • Episode 24/09: Testing without TestBed, SSR & Hydration
    3 projects | dev.to | 16 Mar 2024
  • Announcing AnalogJS 1.0 🚀
    5 projects | dev.to | 14 Mar 2024
    We are looking for companies to partner with on the Analog project to support development of the project. Thanks to Snyder Technologies for being an early adopter and promoter of Analog, Nx for joining us as a sponsor, House of Angular, and many other backers of the project.
  • Storybook 8
    6 projects | dev.to | 12 Mar 2024
    Additionally, thank you to all our community launch partners across the frontend ecosystem for helping us bring Storybook 8 to the world! Thanks to Chromatic, Figma, ViteConf, Omlet, DivRiots, story.to.design, StackBlitz, UXpin, Nx, Mock Service Worker, Anima, Zeplin, zeroheight, kickstartDS, and Kendo UI.
  • ⏰ It’s time to talk about Import Map, Micro Frontend, and Nx Monorepo
    9 projects | dev.to | 11 Mar 2024
    The advent of esbuild, the native support for ES Modules in browsers, the widespread adoption of import map, the emergence of tools like Native Federation, and the Nx ecosystem all combine to forge a flexible and well-maintained Micro Frontend Architecture.
  • 👑 Top Open Source Projects of 2023 🚀
    6 projects | dev.to | 3 Mar 2024
    Nx is a set of DevTools to make it simpler for software dev teams to work within a monorepo, which is a version-controlled code repository that contains several projects. Think of Nx as a VSCode of build tools.
  • Ask HN: Cleanest way to manage Windows OS?
    4 projects | news.ycombinator.com | 22 Feb 2024
    On Nix, you can declare everything necessary to build a package so you don't need to install packages on your system by yourself. I don't want to put myself into a dependency hell anymore. But I have an idea for this: using docker. Docker separates developing environment from host's system so there would be no pre-installed dependencies. It would be good and I'm considering learning docker. Next thing I'm considering is to use something like [nx](https://nx.dev/). If you have better ideas, please tell me.

    This is pretty much everything I need for my next Windows environment. Every small tips or tricks are welcome.

  • Unit Testing Expo Apps With Jest
    7 projects | dev.to | 20 Feb 2024
    In my latest blog, I successfully navigated through the steps of setting up an Expo Monorepo with Nx. The next challenge? Testing! This blog dives into:
  • Implicit Dependencies Management with Nx: A Practical Guide through Real-World Case Studies
    2 projects | dev.to | 19 Feb 2024
    We can see an implicit dependency between coffee-dealer and coffee-dealer-e2e, created by default by the NestJS generator plugin, and no dependency between coffee-dealer and coffee-dealer-cli. There is no task dependency between the coffee-dealer-e2e:e2e task and the coffee-dealer:serve task, meaning that the end-to-end tests could run before the application is ready. It is the same for the coffee-dealer-cli:run task, which could run before the application's API is available. With Nx, it is currently impossible to declare a task dependency for a long-running task, such as serve, so we must find an alternative solution. See related issues: nx issue #5570 and nx issue #3748.
  • State Management Nx React Native/Expo Apps with TanStack Query and Redux
    8 projects | dev.to | 17 Feb 2024
    This workspace is created using @nx/expo (Nx and Expo).

large-monorepo

Posts with mentions or reviews of large-monorepo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-28.
  • Nx - Highlights of 2023
    14 projects | dev.to | 28 Dec 2023
    At Nx, we’ve heavily embraced Typescript from the beginning and we’ve been very happy with that decision. Nx also stands as the fastest JS monorepo tool available, demonstrating that adopting TypeScript does not necessarily compromise speed. However, we don't stop here. To push the boundaries further, we started to rewrite the most performance critical and computationally intensive parts of the Nx core in Rust.
  • Nx 16.5 Release!!
    3 projects | dev.to | 6 Jul 2023
    You can see our results and the details of the benchmark - and even run the benchmarks for yourself in this repo.
  • Nx 15.8 - Rust Hasher, Nx Console for IntelliJ, Deno, Node and Storybook
    3 projects | dev.to | 8 Mar 2023
    Performance is at the core of what we do at Nx. Hence it isn't surprising that Nx is the fastest JS-based monorepo solution out there. We've shown that a couple of times. But every millisecond counts! As such, we decided to experiment with Rust to see whether we could further optimize our project graph creation as well as the hasher function that is used for the computation cache.
  • Reflecting on 2022 - The Year in Review
    4 projects | dev.to | 29 Dec 2022
    Speed - we drastically improved the speed of Nx, making it the fastest monorepo solution in the frontend space.
  • Lerna reborn - What's new in v6?
    2 projects | dev.to | 12 Oct 2022
    Up until Lerna v4, either the p-map or p-queue npm packages have been used to delegate the task scheduling. With v5.1 we introduced nx as an additional mechanism to schedule tasks. The advantage? Nx has caching built-in, which also gives Lerna caching support, making it lightning fast. A recent benchmark test resulted in Lerna being 2.5x faster than Lage and around 4x faster than Turbo (as of Oct 2022; test it out by yourself).
  • Nx - The fastest growing monorepo solution in the JS ecosystem
    4 projects | dev.to | 29 Jun 2022
    Nx is faster than most of the current available alternatives. See the corresponding benchmark repository
  • Lerna 5.1 - New website, new guides, new Lerna example repo, distributed caching support and speed!
    5 projects | dev.to | 15 Jun 2022
    Delegating task scheduling to Nx allows to speed up any Lerna workspace in the range of 2-10 times. Check out our public benchmark which compares Lerna with other popular JS based monorepo tools.
  • Nx 14.2 - Angular v14, Storybook update, lightweight Nx and more!
    5 projects | dev.to | 9 Jun 2022
    (as always, feel free to reproduce it here)
  • Lerna used to walk, now it can fly!
    4 projects | dev.to | 25 May 2022
    But let's do some more real "apples-to-apples" comparison of Lerna's speed with useNx enabled. For benchmarking Nx we have set up a repo in the past which we regularly use to measure the speed of new Nx releases with other similar tools on the market such as Lage and Turborepo: https://github.com/vsavkin/large-monorepo. We now added Lerna+Nx (Lerna with useNx enabled) to that repo to measure the impact.
  • Nx v14 is out - Here is all you need to know!
    9 projects | dev.to | 2 May 2022
    You can check and run the benchmarks by yourself: https://github.com/vsavkin/large-monorepo

What are some alternatives?

When comparing nx and large-monorepo you can also consider the following projects:

turborepo - Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turborepo and Turbopack. [Moved to: https://github.com/vercel/turbo]

single-spa - The router for easy microfrontends

vite - Next generation frontend tooling. It's fast!

lerna - :dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

create-react-app - Set up a modern web app by running one command.

pnpm - Fast, disk space efficient package manager

Bazel - a fast, scalable, multi-language and extensible build system

changesets - 🦋 A way to manage your versioning and changelogs with a focus on monorepos

Nest - A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

Playwright - Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

nx-go - 🍈 Nx plugin to use Go in a Nx Workspace

Bit - A build system for development of composable software.