alexisvincent / systemjs-hot-reloader

reloads your modules as needed so that you can have satisfyingly fast feedback loop when developing your app
MIT License
228 stars 36 forks source link

“Even Dan Abramov admitted himself reloading whole modules and rerendering is the way to go.” #69

Closed gaearon closed 8 years ago

gaearon commented 8 years ago

This is not the correct takeaway from my article. This is basically taking two paragraphs from it and putting them outside the context :wink:

Reloading whole modules and re-rendering works great if you keep all your state in a single store and don’t care about killing the DOM. While this may be the case for some people, I claim that overwhelming majority of complex apps that would benefit from hot reloading

I would like to ask you to change the wording so it doesn’t suggest a conclusion that I never reached. Thanks!

capaj commented 8 years ago

@gaearon thanks for opening this. Fixed in the latest commit.

gaearon commented 8 years ago

Thank you! :+1: