nx plugins documentation should emphasize on what they bring to the table #21940
MaximeBernard
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm migrating to nx and thanks to @juristr youtube videos, I'm well aware i can go without nx plugins at all. But then why should I use them? Reading the documentation, I didn't really understand the benefits. (I may have missed something?)
For more context, I'm considering:
What are they doing better than
"build": "vite"
"lint": "eslint ."
"test": "playwright test"
"build": "next build"
Maybe
nx
cache it better? runs faster?Beta Was this translation helpful? Give feedback.
All reactions