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, the prefix will run with the same scope. This can be used to generate additional HTML that has access to the same reactive graph.
  • Renders a function to a stream of HTML strings and returns the RuntimeId that was created, so it can be disposed when appropriate. After the view runs, the prefix will run with the same scope. This can be used to generate additional HTML that has access to the same reactive graph.
  • Renders a function to a stream of HTML strings and returns the RuntimeId that was created, so they can be disposed when appropriate. After the view runs, the prefix will run with the same scope. This can be used to generate additional HTML that has access to the same reactive graph.
  • Renders a function to a stream of HTML strings and returns the RuntimeId that was created, so they can be disposed when appropriate. After the view runs, the prefix will run with the same scope. This can be used to generate additional HTML that has access to the same reactive graph.
  • Renders the given function to a static HTML string.