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 Oct 29, 2021. It is now read-only.
According to the readme, hot reloading is performed via react-transform & webpack 1 HMR. However, both projects are depreciated.
https://github.com/gaearon/react-hot-loader is the replacement.
In fact, much/all of the webpack stuff could be replaced with Parcel removing a lot of configuration complexity.