sycamore::web

Function NoSsr

pub fn NoSsr(__props: NoSsr_Props) -> View
Expand description

Component that is only renders its children on the client side.

This is useful when wrapping parts of your app that are not intended to be server-side rendered, e.g. highly interactive components such as graphs, etc…