dioxus_ssr

Function render

Source
pub fn render(dom: &VirtualDom) -> String
Expand description

A convenience function to render an existing VirtualDom to a string

We generally recommend creating a new Renderer to take advantage of template caching.