Skip to main content

render_mount

Function render_mount 

Source
pub fn render_mount(name: &str, props: &Value) -> Result<String>
Expand description

Mount + initial-render a component. Returns the wrapped HTML to splice into the parent template. Called by the @spark forge directive at runtime.