top | item 42311840

(no title)

cbovis | 1 year ago

I'm not very familiar with Nuxt or SvelteKit but this is exactly what React and NextJS provide with server components. Any JS related to server components isn't shipped, only client components which effectively represent the islands. The only real difference is you're not mixing technologies, it's all React.

discuss

order

pier25|1 year ago

Thanks. I wasn't aware Next had already shipped RSC support.

d1sxeyes|1 year ago

Yeah I also don’t think this is correct for SvelteKit.

pier25|1 year ago

SvelteKit doesn't support islands. It does full page hydration.