Completed
⌨️ Course Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Redux and Modern Redux Toolkit with Asynchronous Operations - Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Course Overview
- 2 ⌨️ Introduction to Redux
- 3 ⌨️ Why Redux
- 4 ⌨️ What is Redux
- 5 ⌨️ Redux not for me?
- 6 ⌨️ useContext or Redux
- 7 ⌨️ Getting started with Redux
- 8 ⌨️ The Three Core Concepts through Analogy
- 9 ⌨️ Three Essential Principles
- 10 ⌨️ Visualization of 3 Principles
- 11 ⌨️ Action and Action Creators
- 12 ⌨️ Reducers
- 13 ⌨️ Store Responsibilities
- 14 ⌨️ Implement Store Responsibilities
- 15 ⌨️ Upgrading Shop
- 16 ⌨️ Creating Multiple Reducers
- 17 ⌨️ Combine Reducers
- 18 ⌨️ Mechanism of the Redux
- 19 ⌨️ Middleware
- 20 ⌨️ Logger Middleware
- 21 ⌨️ Async Actions
- 22 ⌨️ Implementing Logic in code
- 23 ⌨️ Thunk middleware
- 24 ⌨️ React-Redux Setup
- 25 ⌨️ Professional Redux Folder Structure
- 26 ⌨️ Action and Action Creators
- 27 ⌨️ Reducers
- 28 ⌨️ Store
- 29 ⌨️ mapStateToProps
- 30 ⌨️ mapDispatchToProps
- 31 ⌨️ Connect Function
- 32 ⌨️ React Redux with Hooks
- 33 ⌨️ useSelector Hook
- 34 ⌨️ useDispatch Hook
- 35 ⌨️ Burger Application
- 36 ⌨️ Logger Middleware
- 37 ⌨️ Redux DevTool Extension
- 38 ⌨️ Action payload
- 39 ⌨️ Async Actions
- 40 ⌨️ Redux Thunk Get Request
- 41 ⌨️ Thunk using Hooks
- 42 ⌨️ Immer Library
- 43 ⌨️ Action Dispatching: Small Detail That Matte
- 44 ⌨️ Mistakes done by beginners while learning Redux
- 45 ⌨️ Redux Interview Questions
- 46 ⌨️ Why Redux Toolkit
- 47 ⌨️ What is Redux Toolkit
- 48 ⌨️ Redux Toolkit Prerequisites
- 49 ⌨️ Redux Toolkit Setup
- 50 ⌨️ createSlice method
- 51 ⌨️ Creating Pizza Slice
- 52 ⌨️ Configuring Store
- 53 ⌨️ Creating Burger Slice
- 54 ⌨️ Logger Middleware
- 55 ⌨️ Extra Reducers
- 56 ⌨️ createAsyncThunk function
- 57 ⌨️ Async Thunks
- 58 ⌨️ Redux Toolkit Project Setup using Vite
- 59 ⌨️ Pizza and Burger Application
- 60 ⌨️ Pizza and Burger Components
- 61 ⌨️ Provider
- 62 ⌨️ useSelector Hook
- 63 ⌨️ useDispatch Hook
- 64 ⌨️ Customer Choice
- 65 ⌨️ Redux DevTools
- 66 ⌨️ Fetching Products Data
- 67 ⌨️ Redux Toolkit Interview Questions
- 68 ⌨️ Wrap Up