logoalt Hacker News

littlecranky67yesterday at 9:19 AM5 repliesview on HN

Any suggestions to replace NextJS when you only use static export (no SSR)?


Replies

dbbkyesterday at 10:39 AM

Tanstack Start is the gold standard here. It’ll do a static export no problem.

christophilusyesterday at 9:42 AM

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.

BoorishBearsyesterday at 4:02 PM

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)

NamlchakKhandroyesterday at 9:46 AM

tanstack router