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

https://github.com/500tech/understanding-redux


https://github.com/500tech/understanding-redux

Last synced: 5 months ago
JSON representation

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.