Implementing hot-reload #478
Closed
WhoAteDaCake
started this conversation in
Language Development
Replies: 1 comment
-
The compiler is so fast that it's pointless to do hot reloading. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've started looking into hot-reload for mint to speed up development. This is a long term process for me to better understand bundlers, so I wouldn't expect it to be completed soon. Good news is that preact supports it, bad news is that it requires quite a bit of work:
My naive approach for this:
Do you think my assumptions are correct and that's general approach to follow ? I'm very open to any feedback on this :)
Beta Was this translation helpful? Give feedback.
All reactions