I'm using Nx with React and Nest to build an application for work, and I love it. Are you doing anything interesting with Nx?
For further actions, you may consider blocking this person and/or reporting abuse
I'm using Nx with React and Nest to build an application for work, and I love it. Are you doing anything interesting with Nx?
For further actions, you may consider blocking this person and/or reporting abuse
Mofijul Haque -
Vivek Mathew -
ReactJS Guru -
Ekaterine Mitagvaria -
Once suspended, wolfhoundjesse will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, wolfhoundjesse will be able to comment and publish posts again.
Once unpublished, all posts by wolfhoundjesse will become hidden and only accessible to themselves.
If wolfhoundjesse is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Jesse M. Holmes.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community π©βπ»π¨βπ» safe. Here is what you can do to flag wolfhoundjesse:
Unflagging wolfhoundjesse will restore default visibility to their posts.
Top comments (9)
Same here at dotfile.com
Full stack TypeScript, React Apps for frontend & Nestjs Apps for backend. Nx is incredible to manage our libs and let us split our code for reuse and optimization. I remember hard times with yarn workspace and Lerna but this are now demons of the past π
Also we have open positions feel free to contact me! See ya
I use it always.
I have a project consists of Nest, Angular, React-Native, Electron.
I use monorepo over it. Life's easy. :)
Could you share some cons? And how did you solve them?
I'm researching on this topic to adopt the best option for our project
I've thought about it, and the most friction I've endured had to do with upgrading versions, but so far I've always found a solution quickly. This isn't an Nx issue, per se, but just typical churn from the JavaScript community.
I'm honestly having a hard time thinking of cons, and I'm hoping someone else can chime in. It's been a really good experience for me overall.
Hearing about Nx for the first time β can you give a quick overview of what you're loving about it?
I can tell you there are a lot of articles regarding this tool all over particularly this website.
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.
I've started using turbo repo. It's pretty easy to get going.
I use Nx for several Angular and React apps that are being deployed together. With Angular I use the @angular-architects/ddd plugin, it helps a lot.