Hot reloading in React apps with code splitting
Breaking hot reloading, and fixing it, sort of
After I joined Zoover in March, one of the first things we did was adding hot reloading to our React app, by using Webpack’s Hot Module Reloading and react-hot-loader
. Before…