Philipp
4 posts


I love nextjs and been using it for last 10 years but last week... I have migrated to tanstack start from nextjs after i got frustrated by slow dev server and delay of page interactivity
Same code in tanstask start 350ms - 1100ms nextjs...
My code has SSR / hyderation boundary / ssr store and layout..
- Faster rendering,
- instant navigation,
- less hyderation mismatch issues,
- playwright tests runs 100% faster on dev server.
- Isomorphic Functions is huge mental simplicity that is crazy to handle in nextjs...
- runtime environment variables!!!! was there before in next/config runtime variables but honestly i dont know how this even removed in app router.... very bad decision
And alot more tbh after this i dont think i would need to use nextjs again, and most likely will migrate my old projects...
The feature gain and speed improvements and dx is crazy...



English
