https://github.com/bcherny/undux-hot-module-reloading-demo
Hot module reloading demo for Undux
https://github.com/bcherny/undux-hot-module-reloading-demo
Last synced: 4 months ago
JSON representation
Hot module reloading demo for Undux
- Host: GitHub
- URL: https://github.com/bcherny/undux-hot-module-reloading-demo
- Owner: bcherny
- Created: 2018-05-06T20:55:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T20:59:11.000Z (over 7 years ago)
- Last Synced: 2024-12-17T03:03:30.536Z (10 months ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Undux Hot Module Reloading Demo
> Hot module reloading demo for [Undux](https://github.com/bcherny/undux)
This demo uses:
- [Undux](https://github.com/bcherny/undux)
- [React](https://reactjs.org/)
- [Create-React-App](https://github.com/facebook/create-react-app)
- Webpack's [Hot Module Replacement](https://webpack.js.org/concepts/hot-module-replacement/)### Install
```sh
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