Skip to content

Commit

Permalink
Merge pull request markerikson#108 from kulshekhar/patch-2
Browse files Browse the repository at this point in the history
Fix dead link
  • Loading branch information
markerikson authored Dec 25, 2018
2 parents 9aff01a + f7870e4 commit b57df4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redux-reducers-selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#### Reducers

- **Redux Docs: Structuring Reducers**
https://redux.js.org/recipes/structuring-reducers
https://redux.js.org/recipes/structuring-reducers/structuring-reducers
Comprehensive information on writing reducers and structuring data, covering reducer composition, use of `combineReducers`, normalizing data, proper immutable updating, and more.

- **"Reducer composition without slicing state"**
Expand Down Expand Up @@ -242,4 +242,4 @@

- **Normalizing Data into Relational Redux State with Normalizr**
https://medium.com/@onoufriosm/organising-redux-state-4b4c2b99eece
Tips on using Normalizr to normalize data, including defining schemas and overriding Normalizr's default processing and merging strategies.
Tips on using Normalizr to normalize data, including defining schemas and overriding Normalizr's default processing and merging strategies.

0 comments on commit b57df4a

Please sign in to comment.