-
Notifications
You must be signed in to change notification settings - Fork 696
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
hot reload support? #67
Comments
Not right now, but I'd gladly take a PR that adds that feature. We should be careful about adding that though, since hot reloading likely needs some code to run inside the created Fiddle. We could add it as a default to the quick-start – or as a new template? |
Could electron-reload be used for this? |
Hi @felixrieseberg, I would love to work on this. Do you have any suggestion on what kind of resources we should use? 😄 |
Hi! I would like to send a PR for this, but I am having problems pushing my feature branch which is the same problem I am having in #235. |
Potential library choice #2: https://github.com/catdad/electronmon |
Hi @erickzhao, Can you please clarify whether we are expected to write a patch that would bring hot-reload in fiddle development or hot-reload with code executed within the fiddle or should we do both the things. |
would be really cool if fiddle can hot reload changes, now I have to stop and re-run each time |
App changes according to my code changes.Does it support hot reload?
The text was updated successfully, but these errors were encountered: