Skip to content

Commit

Permalink
Merge pull request reduxjs#2545 from deltaskelta/reusing-reducer-logi…
Browse files Browse the repository at this point in the history
…c-doc-#2544

Added doc methods for dealing with actions
  • Loading branch information
markerikson authored Aug 5, 2017
2 parents 4a2a5b7 + 5956dcf commit 24c17a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/recipes/reducers/ReusingReducerLogic.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,5 @@ const rootReducer = combineReducers({
These basic patterns allow you to do things like having multiple instances of a smart connected component within the UI, or reuse common logic for generic capabilities such as pagination or sorting.
In addition to generating reducers this way, you might also want to generate action creators using the same approach, and could generate them both at the same time with helper functions. See [Action/Reducer Generators](https://github.com/markerikson/redux-ecosystem-links/blob/master/action-reducer-generators.md) and [Reducers](https://github.com/markerikson/redux-ecosystem-links/blob/master/reducers.md) libraries for action/reducer utilities.

0 comments on commit 24c17a7

Please sign in to comment.