Module leptos_dom::ssr_in_order
source · Expand description
Server-side HTML rendering utilities for in-order streaming and async rendering.
Functions
- Renders an in-order HTML stream, pausing at
<Suspense/>
components. The stream contains, in order: - Renders an in-order HTML stream, pausing at
<Suspense/>
components. The stream contains, in order: - Renders an in-order HTML stream, pausing at
<Suspense/>
components. The stream contains, in order: - Renders a view to HTML, waiting to return until all
async
Resources loaded in<Suspense/>
elements have finished loading.