Visit
Nx

Nx

5· 10 reviews
AI summary readySince 2022

Smart, Fast and Extensible Build System

Nx is a next-generation-build system with first-class support for both standalone projects and monorepos.

Launched 202210 reviewsAI summary available
Project management softwareEngineering & DevelopmentCommand line tools

Reviews for Nx

Hear what real users highlight about this tool.

5
Based on 10 reviews
5
10
4
0
3
0
2
0
1
0
AI summary

Nx is highly praised for its ability to streamline development workflows, particularly in monorepo environments. Makers from Basalt and Capable for Confluence commend its efficiency in managing dependencies and code sharing across projects. Users appreciate its ease of use, extensibility, and the significant improvement it brings to build speeds and developer experience. However, some users find its default settings cumbersome and the configuration process repetitive. Overall, Nx is valued for enhancing productivity and maintaining structured, scalable applications.

This AI-generated snapshot distills top reviewer sentiments.

Guillaume Marquis
Guillaume Marquis5/58mo ago

Special shootout to Nx

Source: Product Hunt
Jack Graves
Jack Graves5/512mo ago

A monorepo solution for building apps at scale. Nx makes our development lifecycle smoother by enabling us to share code and manage dependencies effectively across multiple projects, helping our engineering teams deliver consistent results faster.

Source: Product Hunt
Lukas Klinzing
Lukas Klinzing5/51yr ago

I use generators and executors very often, and they make my workflow clear.

Pros
+ generators and executors (1)
Source: Product Hunt
Hugo Renz
Hugo Renz5/510mo ago

The monorepo tooling that streamlined our development workflow and drastically improved build times.

Source: Product Hunt
Simone Gianni
Simone Gianni5/52yr ago

While it is a nice take at the chaotic javascript toolchain, its default settings for the most basic typescript project are messy and don't work.

I've spent hours trying to have pretty basic things; for example, since sourcemaps are on, please include the sources... and don't transpile into a "src" folder otherwise when I add sources imports will get messy and try to import the ts file .. and why are you transpiling everything in an external "dist" folder? that makes all the sourcemap references wrong ("../../../../packages/etc/etc/file.ts") and nothing works.

Nx wraps and hides a lot of details, but the wrapping is often hiding and blocking useful things; I added to my jest configuration two totally valid configuration settings (namely, maxWorkers and testSequencer), and it works if I just do "cd package/name; npx jest", however the Nx wrapper for jest is not recognizing them, so it does not apply them, so tests do not work.

In all of this, each package contains EIGHT files in the root directory, the common package.json and README.md (yeah could delete this one), then three tsconfig json files, one jest configuration, an .eslint.json .. and since these were not enough Nx adds its own project.json file. These files are generated, so they repeat the same stuff over and over in each folder .. so that when something needs to be changed it will need to be changed in all the places.

The project.json file was specifically boringly long (47 lines by default), all the same but changing only the paths (couldn't it just cwd and use relative paths?) .. then after days of using it I found a page that explained that most of the project.json content could be set in nx.json on the root folder, and that allowed me to delete over 500 lines of useless repetitions .. so why isn't the automatic scaffolding thing doing that already? why did I have to find it out and then do it manually?

I was expecting much much much more given the hype this project has all over the place .. I ended up modifying and cleaning up all the generated files, so I can't use the generation part anymore, I can't run tests thru it on many of my packages, so it is not much more than a for-cycle executing npm run in each folder.

Maybe there are different use cases in which it is excellent, maybe coming from years of Java using Maven I'm just too used to setup a project with tens of modules in a couple of hours .. I'm just trying to have a monorepo with a library of 10 packages in it.

Cons
default settings issues (1) configuration complexity (1)
Source: Product Hunt
Dominik Pieper
Dominik Pieper5/52yr ago

Simplifies the developer experience massively. Easy to use and extend for all kinds of software projects. Nx is my daily driver for software development (especially Angular development).

Pros
+ developer experience (2)+ angular support (1)
Source: Product Hunt
Ashley Hunter
Ashley Hunter5/52yr ago

Simplifies the developer experience, improves build speeds, and great tooling. All my projects start with Nx.

Pros
+ developer experience (2)+ build speed (1)+ tooling (1)
Source: Product Hunt
Sachith Rukshan
Sachith Rukshan5/53yr ago

Nx core functionalities are awesome, but can't say that about cloud

Cons
cloud functionality (1)
Source: Product Hunt
Alex Devillier
Alex Devillier5/53yr ago

Nx is at the heart of every web dev project I work on. We don’t put every project in the company in the same repo, but instead group related projects. But even if there’s only a single application in a repo, Nx provides so much value with upgrades, multi-project dependency management, code scaffolding, and more.

Pros
+ dependency management (1)+ code scaffolding (1)+ multi-project support (1)
Source: Product Hunt
Giora Guttsait
Giora Guttsait5/53yr ago

Very easy to use, had many plugins that are frequently updated and help maintain a repo.

You can use plugins as you please to improve part of your workflow if you can’t use plugins completely

Pros
+ plugin ecosystem (1)+ workflow optimization (1)+ project maintainability (1)
Source: Product Hunt