-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redux: Create two new util helpers for creating reducers (#9991)
* Redux: Create two new util helpers for creating reducers Creates two new helpers to be used in #9914 for managing state and creating reducers that are idiomatic to Redux. - `keyedReducer()` for managing collections of keyed items - `withValidation()` for wrapping reducers in state validation
- Loading branch information
Showing
3 changed files
with
384 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.