Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

As a developer I would like support for Hot Module Replacement / Reloading (HMR) #40

Open
1 of 5 tasks
thescientist13 opened this issue Nov 1, 2018 · 0 comments
Open
1 of 5 tasks
Labels
enhancement New feature or request

Comments

@thescientist13
Copy link
Member

Type of Change

  • New Feature Request
  • Documentation
  • Improvement / Suggestion
  • Bug
  • Other (please clarify below)

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.

@thescientist13 thescientist13 added the enhancement New feature or request label Nov 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant