Module leptos_dom::ssr
source · Expand description
Server-side HTML rendering utilities.
Functions
- Renders a function to a stream of HTML strings.
- Renders a function to a stream of HTML strings. After the
view
runs, theprefix
will run with the same scope. This can be used to generate additional HTML that has access to the sameScope
. - Renders the given function to a static HTML string.