An open API service indexing awesome lists of open source software.

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

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