Loading video...
Video Failed to Load
We just launched Nx 18, also code-named "Project Crystal". I'm beyond excited what possibilities this opens for monorepos (in particular in the months to come).
11,709 views • 2 years ago •via X (Twitter)
7 Comments

These look like really great changes, not only for the features you mentioned, but also for demystifying what Nx really does Great work!

`nx add` 🙌

how does Nx sniff out the correct plugin for a given application? how does it know react-vite is a vite app? just looking for vite.config.ts?

yeah we directly integrate with the underlying framework tools. So if you have the nx/vite plugin, it'll search for a Vite config, because that's what it is supposed to enhance and give you more value for. So it makes sense to treat that as the single source of truth basically.

Looks awesome and game changing! Is there a migration available for existing Nx projects? (I couldn't find it)

This is cool 👀

if I understand correctly, project crystal "synchronizes" NX features with an IDE, kind of. got a question: is that a multi-IDE solution? only saw @code within the recording.
