Reduxとreact-reduxを使った実装サンプル(かなり簡易版)
できる限りシンプルな構成でのRedux実装
フォームに入力したテキストを表示させるだけのもの。
http://jsrun.it/maechabin/WivU
$ git clone git@github.com:maechabin/redux-sample.git redux-sample
$ cd redux-sample
$ npm install
$ open ./index.html
$ npm run build
$ open ./index.html