We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717bca0 commit c56434aCopy full SHA for c56434a
1 file changed
src/routes/solid-start/building-your-application/rendering-modes.mdx
@@ -28,7 +28,7 @@ Asynchronous features will be directly impacted since rendering will mostly happ
28
### Async Mode
29
30
Uses [`renderToStringAsync`](/reference/rendering/render-to-string-async) to render the page from Solid's core to render the page asynchronously.
31
-All Suspense boundaries are resolved and rendered before being sent to the client-side.
+Uses [`renderToStringAsync`](/reference/rendering/render-to-string-async) from Solid's core to render the page asynchronously.
32
33
:::tip[SEO and Bot Support]
34
No suspense fallbacks are shown in the browser, which makes this mode ideal for SEO optimizations and bot support.
0 commit comments