DEV Community

Discussion on: Lerna is no longer maintained. Now what? - Part 1

Collapse
 
gktim profile image
gkTim

Also rush.js and turborepo are a good alternative.

I have only used nx with angular now (because angular doesn’t really work with today’s standards and not working well with other solutions. Especially ngcc makes it worse)

But with vue.js I have done a few with rush.js and turborepo.

The good thing of them compared to nx they don’t add so much dependencies on there own and don’t try to do so many things.

Collapse
 
mbarzeev profile image
Matti Bar-Zeev

I didn't like the "magic" of NX as well, but as far as I understand you can use its core without all the other magic.