Y
Hacker News
new
|
ask
|
show
|
jobs
by
ekojs
370 days ago
I share the sentiment. I think we will only be using Next.js for static sites/prebuilt SPA in the future.
3 comments
csomar
370 days ago
Actually Next.js with App router (and with Pages being pushed out) is really bad for SPAs. See this thread:
https://github.com/vercel/next.js/discussions/64660
link
miyuru
370 days ago
> I think we will only be using Next.js for static sites/prebuilt SPA in the future.
With whats mentioned in the blog post I would not use it even from static builds.
link
Zealotux
370 days ago
You probably have better alternatives for that: Astro, React Router 7, TanStack.
link