Function NoHydrate
pub fn NoHydrate(__props: NoHydrate_Props) -> View
Expand description
Components that do not need, or should not be hydrated on the client side.
This is useful when large parts of your app do not require client-side interactivity such as static content.
However, this component will still be rendered on the client side if it is created after the
initial hydration phase is over, e.g. navigating to a new page with a NoHydrate
component.