Function leptos_dom::ssr_in_order::render_to_string_async
source · pub async fn render_to_string_async(
view: impl FnOnce(Scope) -> View + 'static
) -> String
Expand description
Renders a view to HTML, waiting to return until all async
Resources
loaded in <Suspense/>
elements have finished loading.