Comment by mlnj
16 hours ago
This is one of the most frustrating thing about working with NextJS. There seems to be no way to improve the speed of building the app.
16 hours ago
This is one of the most frustrating thing about working with NextJS. There seems to be no way to improve the speed of building the app.
Could be the bundler re-resolving the whole dependency graph on every build, even when nothing changed.
I've used the other major meta frameworks (remix and tanstack). I don't think there is a way to improve the speed of building the app in those ecosystems. Happy to be proven wrong.