DEV Community

Discussion on: Who is using Nx?

Collapse
 
rexebin profile image
Rex • Edited

I use nx on all my projects too, angular or react or plain ts library(epicerp.app, @mockapi/msw etc.). It offer a complete solution from scaffolding to testing and development, to building and publishing.

More importantly it encourages best practices in many aspects.

One feature I love is it prevents circular dependence’s and produces awesome dependence graph.

The code generation is also powerful and we can create our own schematics easily, it has the potential to save a lot of time in a very elegant way

Definitely give it a try, it is awesome.