https://github.com/500tech/understanding-redux
https://github.com/500tech/understanding-redux
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/500tech/understanding-redux
- Owner: 500tech
- Created: 2016-02-04T20:38:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T20:38:34.000Z (over 10 years ago)
- Last Synced: 2025-04-30T10:33:29.627Z (about 1 year ago)
- Language: JavaScript
- Size: 267 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Understanding Redux
*Note:* The React example is written in JSX, so we need a babel-transpiler
that will convert it to plain JS. It is included in the file, but you need
to run it with any HTTP server.
The easiest way would be to use `http-server`:
```
$ npm install -g http-server
$ http-server .
```
Check out [redux](https://github.com/rackt/redux) on GitHub.