nx-recipes VS large-monorepo

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

nx-recipes

🧑‍🍳 Common recipes to productively use Nx with various technologies and in different setups. Made with ❤️ by the Nx Team (by nrwl)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
nx-recipes large-monorepo
6 12
222 415
3.6% -
7.2 4.2
about 1 month ago 2 months ago
TypeScript TypeScript
- -
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-recipes

Posts with mentions or reviews of nx-recipes. 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
    You can also browse them in the nx-recipes GitHub repository.
  • Nx 16.8 Release!!!
    5 projects | dev.to | 6 Sep 2023
    We're also proud of all the new examples we've added in the last months. We have a brand new Nx Recipe repo with a variety of example projects that showcase Nx in combination with different technologies, even outside the JS ecosystem (e.g. with Rust, Go and .Net).
  • Nx 16.5 Release!!
    3 projects | dev.to | 6 Jul 2023
    Go check it out at https://github.com/nrwl/nx-recipes and let us know in the comments if there are more recipes you'd like to see or if you want to see videos made from any of the existing recipes!
  • Create Your Own tRPC Stack!
    8 projects | dev.to | 26 Jan 2023
    And you can see and clone the workspace we'll create here.
  • Resources to get started with Nx
    6 projects | dev.to | 10 Nov 2022
    Nx Recipes
  • Setup a Monorepo with PNPM workspaces and speed it up with Nx!
    8 projects | dev.to | 14 Jul 2022
    You can find an example of such setup on the Nx Recipe GitHub repository: https://github.com/nrwl/nx-recipes/tree/main/pnpm-workspace

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.
  • Monorepos - Why Speed Matters
    1 project | dev.to | 20 Mar 2024
    The Nx daemon has seen significant enhancements, notably through the use of Rust to calculate file hashes behind the scenes. This improvement not only speeds up the start-up times but also optimizes performance even without the daemon, especially on CI environments where the daemon isn't used. The benchmark results at this repo showcase the remarkable speed improvements, making Nx competitive with native code solutions while maintaining the accessibility and flexibility of Node.js. Nx is still Node-first, so contributions are easier and only the most performance-critical parts of Nx are native code.
  • 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.

What are some alternatives?

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

qwik-nx - Nx plugin for Qwik

nx - Smart Monorepos · Fast CI

monorepo.tools - Your defacto guide on monorepos, and in depth feature comparisons of tooling solutions.

lage - Task runner in JS monorepos

nx-cloud

large-ts-monorepo

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

form - 🤖 Powerful and type-safe form state management for the web. TS/JS, React Form, Solid Form, Lit Form and Vue Form.

sentry-javascript - Official Sentry SDKs for JavaScript