Repo contains several branches, which can be used as examples:
- redux - contains simple code with redux
- reducer-util - contains util named
createReducer
, which helps avoid of using ofswitch
statement in reducers. - redux-reselect - code with selectors