This is a simple Redux example in ReactJS. Here you can find members of Ars Futura team in Redux store. Here you can find some code and see how to write actions, action creators, reducers. Also, you can easily see the difference between components and containers, or how developers like to say: smart and dumb components.
Checkout this repo, install dependencies, then start the gulp process with the following:
> git clone git@github.com:maranbomater/Redux-example.git
> cd Redux_example
> npm install
> npm start
> open http://localhost:8080/ in browser