The goals 💪🏻Handling Async Tasks with Redux ✌🏻Where to Put Our Code 👍🏻The Redux DevTools Sigining Provider in index.js so we can use it everywhere. When we try to make toggle button, we can use 'useSelector'. In store folder, we can organize the function we need separated by the types. createSlice A function that accepts an initial state, an object of reducer functions, and a "slice name", and a..