This is a demo project for electron-hot-loader.
It demonstrates that it is possible to hot reload (reload without losing state) React components in an electron application without depending on babel or webpack.
Since version 0.5.0, electron-hot-loader
provides
a mechanism to watch higher-order components.
Check out the redux branch for a demo, with reducers hot reloading!