Skip to content

Commit 24c17a7

Browse files
authored
Merge pull request reduxjs#2545 from deltaskelta/reusing-reducer-logic-doc-#2544
Added doc methods for dealing with actions
2 parents 4a2a5b7 + 5956dcf commit 24c17a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/recipes/reducers/ReusingReducerLogic.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,5 @@ const rootReducer = combineReducers({
132132
133133
134134
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.
135+
136+
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 commit comments

Comments
 (0)