Great additions! P.S. The audio is very quiet in this video
@soberstudy160Ай бұрын
I think nx is a great thing, but I've stopped using it. The main reason being that it pumps out new features too fast and the docs are never up to date. I admire their effort, but it is unusable for smaller (solo) projects...
@NoviceNestTraderАй бұрын
I agree, I always find myself looking into NX code to integrate something so simple since the docs is always out of date
@StingSting844Ай бұрын
Why so many big releases in a short span of time? Every release has a breaking change? I wanted to integrate when it was v15 and now its already v19?!
@MrEnsiferum77Ай бұрын
No biome support?
@JackHsu83Ай бұрын
We're looking at it for a future release. It requires work to make format extensible.
@classic-25Ай бұрын
I really need this, I have a really big monorepo and vscode is have a really hard time linting and formatting the code with eslint and prettier
@furycorpАй бұрын
@@classic-25 I got rid of Nx in favour of pure pnpm workspaces, run what you want, no wasted days troubleshooting problems created by Nx, amazing. And yep including biome in some of mine. pnpm also has libraries that enable you to add whatever part of Nx you might like but I haven't found the need for all the distributed builds either -- it got rid of a world of cache issues and troubleshooting. you'll note so many big projects on github with Nx end up building without the cache anyway to avoid the problems.