-
-
Notifications
You must be signed in to change notification settings - Fork 92
add hot-patching support #1310
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
base: feat/dioxus-0.7
Are you sure you want to change the base?
add hot-patching support #1310
Conversation
2c0875d
to
3c33409
Compare
1d35c24
to
64bb8c7
Compare
This looks exciting! How how do we use it? |
This thing has got an annoying bug as of now, but you just need to use dioxus-cli and pass the --hot-patch flag to it. Still trying to figure out the issue |
64bb8c7
to
51554c6
Compare
you need to first use dioxus-cli with my pr that allows using only hot-patching: DioxusLabs/dioxus#4475 and then use this freya in this pr. to run the app you need to do |
51554c6
to
c3b6475
Compare
5a22033
to
51c6848
Compare
fd7855e
to
fba3ab0
Compare
fba3ab0
to
d774afa
Compare
Closes #1223