Y
Hacker News
new
|
ask
|
show
|
jobs
by
mlnj
65 days 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.
2 comments
abustamam
65 days ago
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.
link
nulltrace
64 days ago
Could be the bundler re-resolving the whole dependency graph on every build, even when nothing changed.
link