cater-redux
v0.10.0
Published
Adds Redux to a Cater Application
Readme
Cater Emotion
Enables the Redux library.
This library expects to load the reducer from reducer.js in your application. If you have multiple reducers, use the combineReducers function that comes with Redux.
The examples/redux-counter has a common reducer under app/reducer.js.
The examples/redux-counter-split example has different reducers for the client and server sides.
