dioxus
dioxus copied to clipboard
Dioxus Playground Hot Reload Support
This adds hot reload support to the web renderer through the window.postMessage system for dioxus-playground. The devtools-playground feature enables this system.
Required by https://github.com/DioxusLabs/playground/pull/13
I think dioxus-devtools should simply expose the hotreload message pipe by default without the additional feature. I do not want to add any more features or [cfg(feature = "xyz")]. Switching over to devtools from hotreload should open the "semantic door" to more changes that turn on bells and whistles that get disabled in release.