This video series will explain some useful React tools, including Redux Toolkit (for managing global application state) and Redux Saga (for managing asynchronous data fetching logic)!
In Part 2 of this tutorial we will begin building a "To Do" applciation. This will include creating a "store", creating a "slice" of state, and getting familiar with the "useSelector" and "useDispatch" hooks.
🕑 Timeline
00:00 What We’ll Be Building
01:40 Overview of Starter Code
03:27 Installing Packages
03:46 Creating the Store
05:34 Creating a “Slice” of State
13:45 Adding Reducers to the Store
14:15 useSelector Hook
15:25 useDispatch Hook
17:32 Conclusion
💻 Source Code
https://github.com/DLabbate/react-red...
🔗 React Redux Quick Start
https://react-redux.js.org/tutorials/...