Skip to content

Commit ea97511

Browse files
Update src/routes/solid-start/building-your-application/rendering-modes.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c56434a commit ea97511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/building-your-application/rendering-modes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ No suspense fallbacks are shown in the browser, which makes this mode ideal for
3535
:::
3636

3737
Asynchronous features will happen in the Server-Side during first render.
38-
38+
Uses [`renderToStream`](/reference/rendering/render-to-stream) from Solid's core to render the page streaming.
3939
- **Data-fetching**: first render will be similar to sync mode, but data fetching will still happen in the background and responses will be streamed in chunks as available.
4040
- **Time To First Byte (TTFB)**: slower since the server-side rendering is heavier.
4141
- **Total page load time**: faster than sync mode since the server-side tends to be faster than the client-side.

0 commit comments

Comments
 (0)