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
{{ message }}
This repository was archived by the owner on May 27, 2021. It is now read-only.
HMR is a feature of webpack's in-memory dev server that allows for only have to reload the modules that actually changed, instead of having to refresh the entire page and losing all the state of the app.
Details
It should be possible in theory, but not 100% certain. Have done it with React which is pretty much all JS, so I don't see why it wouldn't work with "vanilla" JS.
Type of Change
Summary
HMR is a feature of webpack's in-memory dev server that allows for only have to reload the modules that actually changed, instead of having to refresh the entire page and losing all the state of the app.
Details
It should be possible in theory, but not 100% certain. Have done it with React which is pretty much all JS, so I don't see why it wouldn't work with "vanilla" JS.