Expand description
Utilities for server-side rendering HTML.
Functions
- Renders a function to a stream of HTML strings.
- Renders an in-order HTML stream, pausing at
<Suspense/>
components. The stream contains, in order: - Renders an in-order HTML stream, pausing at
<Suspense/>
components. The stream contains, in order: - Renders an in-order HTML stream, pausing at
<Suspense/>
components. The stream contains, in order: - 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.
- Renders a view to HTML, waiting to return until all
async
Resources loaded in<Suspense/>
elements have finished loading.