Registry / utility / dioxus-hot-reload

dioxus-hot-reload

JSON →
library0.5.6rscratesunverified

Hot reloading utilities for Dioxus, enabling live UI updates during development.

# Cargo.toml [dependencies] dioxus-hot-reload = "0.5.6"
INSTALL
IMPORT
SIG · DIOXUS-HOT-RELOAD
D
dioxus-hot-reload
utilityrustv0.5.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hot_reload_init
use dioxus_hot_reload::hot_reload_init;

Initializes hot reloading for a Dioxus application.

use dioxus_hot_reload::hot_reload_init; fn main() { hot_reload_init(); println!("Hot reload initialized"); }
Debug
Known issues
gotchaOnly works with Dioxus desktop or web targets, not mobile
fix
Use only for desktop/web development; disable in production builds
affects: >=0.5.0
Upgrade
Version history
0.5.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
dioxus-hot-reload — cargo add dioxus-hot-reload · libregistry