You have to remember, Next is the only framework that can support some of the features in the latest version of React.
To many people, it's just basic logic: "everyone must want the latest React features, and the only way to get those is with Next, so everyone must want Next".
Vite is coming along with rsc at least. https://github.com/vitejs/vite-plugin-react/tree/main/packag...
> You have to remember, Next is the only framework that can support some of the features in the latest version of React.
That is extremely fishy, isn't it?
Not necessarily since they have to do with the inherently complex niche features like unified server/client rendering (e.g. RSC, streaming SSR with selective hydration, server actions).
Next.js is essentially the reference and test bed impl.
Where people go wrong is thinking they need to default to the inherently complex niche feature of client hydration which is a niche optimization enabled by a quirk of web tech.
> Not necessarily since they have to do with the inherently complex niche features like unified server/client rendering (...)
My point is that it's fishy how they push features that just so happen to be the value proposition of the only corporation that just so happens to be able to implement them.