Set ID position reducer for ids reducers
What I Did
- Added tests for new reducer
- Added new action creator
- Added reducer methods and inserted into ids reducer’s factory function
Todo
-
Add documentation -
Add tests for action creator -
Add tests for composed reducer
Testing
- Update an existing implementation of cd-redux-helpers to this version
- Implement the action creator factory
createSetIdPositionAction
and test against an existing reducer. - Any existing reducer created by the
createReducerIds
factory method will respond to an action created with the same name/type.