Redux, React Redux & Redux Toolkit RTK Course
Redux, React Redux & Redux Toolkit RTK Course, available at $74.99, has an average rating of 4.54, with 153 lectures, 1 quizzes, based on 117 reviews, and has 2544 subscribers.
You will learn about Master the core redux library Build 6 mini projects and one mega project called project expenses and income tracker Master the Redux Toolkit core library Master redux with react Master Redux Toolkit with react Understand ins and out of redux Master Asynchronous redux Understand how redux works Learn to use common APIs from Redux Toolkit Understand createAsyncthunk for asynchronous actions Understand createSlice, extraReducers, createAction, reducers and redux store This course is ideal for individuals who are Anyone interested ins and outs of redux to build large applications or Anyone interested in managing state in an efficient way It is particularly useful for Anyone interested ins and outs of redux to build large applications or Anyone interested in managing state in an efficient way.
Enroll now: Redux, React Redux & Redux Toolkit RTK Course
Summary
Title: Redux, React Redux & Redux Toolkit RTK Course
Price: $74.99
Average Rating: 4.54
Number of Lectures: 153
Number of Quizzes: 1
Number of Published Lectures: 153
Number of Published Quizzes: 1
Number of Curriculum Items: 155
Number of Published Curriculum Objects: 155
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Master the core redux library
- Build 6 mini projects and one mega project called project expenses and income tracker
- Master the Redux Toolkit core library
- Master redux with react
- Master Redux Toolkit with react
- Understand ins and out of redux
- Master Asynchronous redux
- Understand how redux works
- Learn to use common APIs from Redux Toolkit
- Understand createAsyncthunk for asynchronous actions
- Understand createSlice, extraReducers, createAction, reducers and redux store
Who Should Attend
- Anyone interested ins and outs of redux to build large applications
- Anyone interested in managing state in an efficient way
Target Audiences
- Anyone interested ins and outs of redux to build large applications
- Anyone interested in managing state in an efficient way
Redux is a popular library for managing state in frontend applications. As a front-end or full-stack developer, it is important to be skilled in using Redux. Thanks for everything, Redux!
This course contains everything you need to get started with Redux and Redux Toolkit. It includes all the necessary tools and packages to get you up and running quickly. With this course, you’ll be able to learn Redux and Redux Toolkit in no time.
The first few lectures of this course are an introduction to Redux and Redux Toolkit.
-
The next part of the course is dedicated to the Redux core.
-
We explain how to use the Redux state and action structures.
-
Finally, we talk about how to build the Redux application.
-
After that, we jump into the react-redux library.
Welcome to Redux
Redux is a powerful tool that can help you manage the state of your applications. We’ll explain what redux is and how you can use it to improve your applications. We’ll also show you how to implement reducers, actions and redux-thunk.
In the next section, we will discuss how to use Redux with react
Firstly we explained these terms
-
Actions
-
Action Creators
-
Action Constants
-
Reducers
-
Combine Reducers
-
Dispatch
-
We will build notes taking app while exploring react-redux
The next topic is Redux middleware
-
We will explain the term middleware
-
The types of middlewares
-
How to create custom middleware
-
How to use third-party middleware
Then we moved on to Asynchronous Redux by explaining these:
-
Redux-Thunk
-
Asynchronous Action Creators
-
Actions with redux-thunk
-
Actions without redux-thunk
-
Under asynchronous redux, we will build posts fetching app while exploring asynchronous redux
Welcome to Redux-Toolkit
Redux Toolkit is a powerful tool that can help you streamline your Redux development process. It provides a simple, cohesive interface for working with Redux, and can help you optimize your codebase for performance and scalability. Thanks for choosing Redux Toolkit!
This course will teach you all the basic concepts of, the Redux-toolkit core library and Redux-Toolkit with React.
You can start taking this course from any device such as a computer, laptop, mobile etc.
The topics covered in this course are:
-
Redux-Toolkit Core
-
Redux Toolkit with React
-
createReducers
-
createSlice
-
createActions
-
createAsyncThunks
-
Error handling
Projects we will be building
-
counter-app using Redux-Toolkit Core
-
Posts Project Redux-Toolkit Core (Synchronous actions)
-
Posts Project Redux-Toolkit Core (Asynchronous actions)
-
Project income-expenses project (MEGA) using Redux-Toolkit with React
Course Curriculum
Chapter 1: GETTING STARTED
Lecture 1: About This Course
Lecture 2: How To Get Help When You Stuck
Lecture 3: What is Redux?
Lecture 4: Projects Live Preview
Lecture 5: Download The Course PDF Guides
Lecture 6: Github Repository For The Course
Lecture 7: Course Roadmap
Lecture 8: What is a State?
Lecture 9: What is state Management?
Lecture 10: Types Of Data Source
Lecture 11: Ways of Managing State
Lecture 12: React State Management Alternatives
Lecture 13: End Of Section Assignment
Chapter 2: COURSE SOURCE CODES
Lecture 1: Source Codes For The Course
Chapter 3: REDUX FUNDAMENTALS
Lecture 1: What is Redux?
Lecture 2: When to use Redux
Lecture 3: Benefits of Using Redux
Lecture 4: Redux Important Terms
Lecture 5: How Redux Works IMPORTANT !!!
Lecture 6: Assignment-How Redux Works
Lecture 7: Redux Store Methods
Chapter 4: REDUX CORE LIBRARY-COUNTER PROJECT
Lecture 1: Section Introduction
Lecture 2: Action VS Action Creator
Lecture 3: Installing Redux
Lecture 4: Action and Action Creator
Lecture 5: Rules of a Reducer
Lecture 6: Reducer in Practice
Lecture 7: Redux Store Setup
Lecture 8: How To Dispatch Actions
Lecture 9: Dispatch Actions With Payload
Chapter 5: REDUX CORE LIBRARY – POST PROJECT
Lecture 1: Project Setup Part 1
Lecture 2: Project Setup Part 2
Lecture 3: Action Constants
Lecture 4: Switch Statement
Lecture 5: Combine Reducers
Chapter 6: REDUX CORE LIBARY- ASYNCHRONOUS REDUX
Lecture 1: Section Introduction
Lecture 2: Actions, Reducers & Store
Lecture 3: Actions Side Effects
Lecture 4: Redux Middleware Explained
Lecture 5: Uses Of Redux Middleware
Lecture 6: Third Party Middleware – Redux Logger
Lecture 7: Custom Middleware
Lecture 8: What is Redux Thunk?
Lecture 9: How Redux Thunk Works
Lecture 10: Facts About Redux Thunk
Lecture 11: Async Action Creator Part 1
Lecture 12: Async Action Creator Part 2
Chapter 7: REACT REDUX – NOTES TAKING PROJECT
Lecture 1: Section Introduction
Lecture 2: Projects Demo
Lecture 3: Brainstorming
Lecture 4: Installing React Redux
Lecture 5: Project Folder Structure
Lecture 6: Install React Redux Packages
Lecture 7: Action Creators
Lecture 8: Action Constants
Lecture 9: Reducers
Lecture 10: Store Setup
Lecture 11: Connect Redux Store To React Application
Lecture 12: Exploring DevTool Extension
Lecture 13: Dispatch Action To Add New Notes
Lecture 14: Save Notes Into LocalStorage
Lecture 15: UseSelector-Get Data From Store
Lecture 16: Display All Notes
Lecture 17: Delete Notes
Chapter 8: ASYNCHRONOUS REACT REDUX ONLY
Lecture 1: Project Demo
Lecture 2: Starter Project Installation
Lecture 3: Project Folder Structure
Lecture 4: Exploring The API
Lecture 5: Testing The API using ThunderClient-Optional
Lecture 6: Project InitialState
Lecture 7: How To Determines Actions in Application
Lecture 8: CreateAsync Actions
Lecture 9: Async Action-Fetch Single Post
Lecture 10: Refactoring And Action Constants
Lecture 11: Handling Reducers
Lecture 12: Advanced Store Configurations
Lecture 13: Dispatch Action To Fetch All Posts
Lecture 14: Action To Search Post
Chapter 9: GETTING STARTED WITH REDUX-TOOLKIT
Lecture 1: Projects Demo
Lecture 2: Requirements
Lecture 3: What is Redux Toolkit (RTK)?
Lecture 4: Why Redux Toolkit?
Chapter 10: REDUX-TOOLKIT CORE LIBRARY – NOTES TAKING PROJECT
Lecture 1: RTK Common APIs
Lecture 2: Exploring RTK Docs
Lecture 3: What is CreateAction ?
Lecture 4: How To Install Redux Toolkit
Lecture 5: How to Create Action Using CreateAction API
Lecture 6: Customising CreateAction
Instructors
-
Masynctech Coding School
Build Apps, Build Futures -
Aditya Mandal
MERN stack
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 2 votes
- 3 stars: 12 votes
- 4 stars: 24 votes
- 5 stars: 78 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple