Skip to content
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 just replaces state, no way detecting hotreload event. #275

Closed
vird opened this issue Jul 5, 2016 · 1 comment
Closed

Hot reload just replaces state, no way detecting hotreload event. #275

vird opened this issue Jul 5, 2016 · 1 comment

Comments

@vird
Copy link

vird commented Jul 5, 2016

I had some issues with hotreload.
vuejs/vue#3225
Main reason: right now hotreload just renders new element and just replaces state. This state can store DOM links, which must be updated. There is no possible way to handle hotreload event.

I created some pull requests for hotreload hook
vuejs/vue-hot-reload-api#34
vuejs/vue#3227

Any other ideas for same behaviour?

@yyx990803
Copy link
Member

See my explanation in vuejs/vue#3227

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants