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:

  1. HTML from the view in order, pausing to wait for each <Suspense/>
  2. any serialized Resources