You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We support this feature for React on Rails via examples, but not as a core part of the gem. By this, I mean that we do not add the extra complexity of HMR. In retrospect, this was a great decision.
The text was updated successfully, but these errors were encountered:
@justin808 I don't think webpacker provides this out-of-the-box? It does provide webpack-dev-server support, but not with --hot option. Perhaps, something to clear out in the readme.
For a long discussion on this topic, see: Hot Module Reloading #332.
Maybe this HMR will be stable eventually.
We support this feature for React on Rails via examples, but not as a core part of the gem. By this, I mean that we do not add the extra complexity of HMR. In retrospect, this was a great decision.
The text was updated successfully, but these errors were encountered: