diff --git a/docs/book/src/ssr/23_ssr_modes.md b/docs/book/src/ssr/23_ssr_modes.md index f49597e7ce..4979eea0ea 100644 --- a/docs/book/src/ssr/23_ssr_modes.md +++ b/docs/book/src/ssr/23_ssr_modes.md @@ -8,12 +8,12 @@ If you’ve ever listened to streaming music or watched a video online, I’m su Let me say a little more about what I mean. -Leptos supports all four different modes of rendering HTML that includes asynchronous data: +Leptos supports all the major ways of rendering HTML that includes asynchronous data: 1. [Synchronous Rendering](#synchronous-rendering) 1. [Async Rendering](#async-rendering) 1. [In-Order streaming](#in-order-streaming) -1. [Out-of-Order Streaming](#out-of-order-streaming) +1. [Out-of-Order Streaming](#out-of-order-streaming) (and a partially-blocked variant) ## Synchronous Rendering @@ -67,7 +67,7 @@ If you’re using server-side rendering, the synchronous mode is almost never wh - Able to show the fallback loading state and dynamically replace it, instead of showing blank sections for un-loaded data. - _Cons_: Requires JavaScript to be enabled for suspended fragments to appear in correct order. (This small chunk of JS streamed down in a `