Content
@
0 reply
0 recast
0 reaction
Darryl Yeo đ ïž
@darrylyeo
SvelteKit supports data streaming too â you just return an object from the `load` function containing any number of nested Promise objects so you donât have to block server-side rendering with `await`. Nested routes in SvelteKit and Remix are just a hierarchy of composable async load functions â elegant indeed!
1 reply
1 recast
15 reactions
Darryl Yeo đ ïž
@darrylyeo
https://kit.svelte.dev/docs/load#streaming-with-promises
0 reply
0 recast
0 reaction