Awesome
Undux Hot Module Reloading Demo
Hot module reloading demo for Undux
This demo uses:
- Undux
- React
- Create-React-App
- Webpack's Hot Module Replacement
Install
git clone bcherny/undux-hot-module-reloading-demo
cd undux-hot-module-reloading-demo
npm install
npm start
Then try editing a file, and watch the UI update in real time! For more fun, try updating effects.js (Undux's more powerful version of Redux reducers).
License
MIT