Function AutoReload

Source
pub fn AutoReload(props: AutoReloadProps) -> impl IntoView
Expand description

Inserts auto-reloading code used in cargo-leptos.

This should be included in the <head> of your application shell during development.

§Required Props

§Optional Props

  • disable_watch: bool
    • Whether the file-watching feature should be disabled.