Great question! Your approach is interesting and worth testing. For my part, I try never to break the stream and always produce valid HTML output with the error displayed in the placeholder with more or less information depending on the configuration (prod/dev).
18.09.2025 07:23
π 2
π 0
π¬ 1
π 0
Async SSR Β· sveltejs svelte Β· Discussion #16784
The Svelte team has been hard at work on asynchronous rendering, with client-side support and remote functions as our first two efforts. Itβs time for the third: SSR. Background There are three cor...
Super excited to announce the experimental release of asynchronous SSR in Svelte! github.com/sveltejs/sve...
`await` expressions in your Svelte components can now be rendered on the server, meaning you don't need to render them inside boundaries with a `pending` snippet. Next up, streaming SSR!
17.09.2025 23:22
π 91
π 21
π¬ 5
π 2