Function leptos_dom::ssr_in_order::render_to_stream_in_order
source · pub fn render_to_stream_in_order(
view: impl FnOnce(Scope) -> View + 'static
) -> impl Stream<Item = String>
Expand description
Renders an in-order HTML stream, pausing at <Suspense/>
components. The stream contains,
in order:
- HTML from the
view
in order, pausing to wait for each<Suspense/>
- any serialized Resources