Example project using redux-cirquit
Simple example. The state was managed by singe big object.
Example for realworld.
The state was consisting of many sub-reducers.
Reducers combined by redux's combineReducers
function.
Big difference of single-object-state example is namespace
option.
Both of createCirquitReducer
and createOperation
are invoked with namespace
option.
TypeScript example.