Crate dioxus_devtools
Source pub use subsecond;
- HotReloadMsg
- ClientMsg
- A message the client sends from the frontend to the devserver
- DevserverMsg
- A message the hot reloading server sends to the client
- 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.