-
-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] - Hot Module Replacement #105
Comments
Would you be interested in HMR for Web only, or Desktop/Mobile too? |
Currently I am working on Desktop application. not really sure how the requirement will be for others. |
I am working on Desktop as well, and would love to have HMR. I wonder if it's more difficult to implement in Desktop than Web? |
Just wanted to let you know that HMR is coming in the next release of Dioxus for both Desktop and Web! |
jkelleyrtp
added a commit
that referenced
this issue
Jun 28, 2023
Log io errors instead of panicking for hot reloading
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
was trying out Dioxus. looks excellet so far really well done 👍
was thinking is there any way dioxus support HMR? tools like tauri
rely on other dev server to provide updated code immediately
but not sure if same can be achieved with dioxus? since on every
change closing app and reopening is a bit tedious!
The text was updated successfully, but these errors were encountered: