- Text Instruction[important]: Module 2: What problem we are solving using redux?
- 01 React's state and reactivity.
- 02 React data flow and its limitations.
- 03 Global state management.
- 04 Problem with handling multiple states.
- 05 Action payloads and Dispatch.
- 06 useState on steroids. (useReducer)
- 07 Understanding immutability.
- 08 Context + useReducer simple project - part 1
- 09 Context + useReducer simple project - part 2