Awesome
freezer-redux-devtools example
This is a demo on how to use freezer and redux-devtools together, thanks to freezer-redux-devtools.
It supports the superb redux-devtools chrome extension. So if you have it installed you can update the state of the app using the extension.
Check the live demo
Want to play with the code?
$ git clone https://github.com/arqex/freezer-redux-devtools-example.git
$ cd freezer-redux-devtools-example
$ npm install
$ npm start
Point your browser to http://localhost:3000
.
To turn on session persisting http://localhost:3000?debug_session=1
.