diff --git a/redux-reducers-selectors.md b/redux-reducers-selectors.md index 3e9cb2d..0c56255 100644 --- a/redux-reducers-selectors.md +++ b/redux-reducers-selectors.md @@ -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"** @@ -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. \ No newline at end of file + Tips on using Normalizr to normalize data, including defining schemas and overriding Normalizr's default processing and merging strategies.