Theo's Typesafe CultTTC
Theo's Typesafe Cult2y ago
6 replies
Vap0r1ze

Is there any React frameworks that fit my needs?

I've used NextJS at a few jobs before, and my least favorite thing about it is how impossible component-level data fetching w/ SSR is.
I'm not a big fan of server components as a solution to this either, because then you are giving up the ability for the same component to be interactive.

I've used Nuxt 3 a bunch and I love how nice SSR feels with it, how I can just useAsyncData (or any wrapper) anywhere and the server will just wait for them all to resolve before sending a serialized page. I also like how much control I get with Nuxt, how it exposes it's app instance with useNuxtApp and I can access it's internals how I want to create my own SSR behaviour.

Is there anything like this in React land? I'm asking because I really need to rewrite a project from Vue to React so that a few of my friends can contribute to it, and I don't want to leave behind the DX of Nuxt.
Thanks a lot in advance if all of this <3
Was this page helpful?