DEV Community

Discussion on: Resumable JavaScript with Qwik

Collapse
 
natxoski profile image
Iggy

"If you have components that contain other components and pass props throughout things need to run top down."

If you run into this situation you need to rethink your approach.

Also all this seems very familiar with Svelte/Sveltekit. IMHO it's just the same thing, but with a different name...

Collapse
 
ryansolid profile image
Ryan Carniato

It is how every SPA framework works. React/Svelte/Vue/Angular/Solid/Lit you name it. And how every metaframework built on them works Next/Remix/Redwood/Nuxt/Sapper/SvelteKit/Universal/SolidStart. Things like Astro/Iles/Slinkity/Elder/Marko optimize over that model with partial hydration, but Qwik is the only shipping resumable today of known libraries.