Any suggestions to replace NextJS when you only use static export (no SSR)?
It depends on your application, but for typical SPAs, there are any number of approaches which are better than next by every metric I (personally) care about.
Astro: https://astro.build/
I'm surprised anyone's using Next for static exports when they've left dynamic paths broken for years.
I recently migrated to Tanstack for this and confirm it's been strictly better so far, especially having dynamic paths in my use-case (makes a hybrid app much more realistic)
tanstack router
Tanstack Start is the gold standard here. It’ll do a static export no problem.