Blogmark

Next.js vs TanStack

via jbranchaud@gmail.com

https://www.kylegill.com/essays/next-vs-tanstack/
React.js TanStack Next.js

I’ve only heard good things about TanStack (Start) and have been wanting to try it. This post may be the encouragement I need.

With Next.js, a combination of the push for the App router and the move to RSC shattered the original simplicity of React.

The app router is riddled with footguns and new APIs, unrelated to React, but sometimes blurring the line with it. It’s hard to know when Next.js begins, and React ends.