redraw/dom/server

Values

pub fn render_to_static_markup(
  component: redraw.Component,
) -> String

Renders a non-interactive React tree to an HTML string.

Documentation

pub fn render_to_string(component: redraw.Component) -> String

Renders a React tree to an HTML string.

Documentation

Search Document