Crate dioxus_devtools

Crate dioxus_devtools 

Source

Re-exports§

pub use subsecond;

Structs§

HotReloadMsg

Enums§

ClientMsg
A message the client sends from the frontend to the devserver
DevserverMsg
A message the hot reloading server sends to the client

Functions§

apply_changes
Applies template and literal changes to the VirtualDom
connect
Connect to the devserver and handle its messages with a callback.
connect_at
connect_subsecond
Connect to the devserver and handle hot-patch messages only, implementing the subsecond hotpatch protocol.
try_apply_changes
Applies template and literal changes to the VirtualDom, but doesn’t panic if patching fails.