Tag: promises
-

Loading non-essential data behind the scenes in Svelte
Streaming promises makes it simple to fetch data without having the page wait for non-essential data requests to complete before starting to render.

Streaming promises makes it simple to fetch data without having the page wait for non-essential data requests to complete before starting to render.