Notes on React Redux
Last updated on 4 Dec. 2024 Extracting State Logic into a Reducer, https://react.dev/learn/extracting-state-logic-into-a-reducer React Redux Full Course for Beginners | Redux Toolkit Complete Tutorial, https://www.youtube.com/watch?v=NqzdVN2tyvQ , around 4 hrs, by Dave Gray, May 2022. Source code: https://github.com/gitdagray/react_redux_toolkit React Redux Quick Start, https://react-redux.js.org/tutorials/quick-start https://redux-toolkit.js.org/api/createSlice extraReducers, https://redux-toolkit.js.org/api/createSlice#extrareducers [createReducer()] Usage with the "Builder Callback" Notation, https://redux-toolkit.js.org/api/createReducer#usage-with-the-builder-callback-notation Understanding Reducers from scratch, https://medium.com/@jsmuster/understanding-reducers-d0f934aceccd Array.prototype.reduce(), https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce : The reduce() method of Array instances executes a user-supplied "red...