Remix.run Logo
littlecranky67 5 days ago

Killer feature of NX is its build cache and the ability to operate on the git staged files. It takes a couple of minutes to build our entire repo on an M4 Pro. NX caches the builds of all libs and will only rebuild those that are affected. Same holds true for linting, prettier, tests etc. Any solution that just executes full builds would be a no-starter for all use cases.

halflife 5 days ago | parent [-]

Don’t forget task dependency tree, without that you will have a ton of build scripts