Master Redux Toolkit Core Library and Redux Toolkit with React
- Free tutorial
- Rating: 4.8 out of 54.8 (522 ratings)
- 22,686 students
- 1hr 57min of on-demand video
- Created by Masynctech School
- English
What you’ll learn
- Learn redux toolkit to build two applications
- How to manage state using redux toolkit
- How to use createStore
- How to use createAction
- How to use createReducer
- How to use createSlice
- How to use createAsycnThunk
Requirements
- Basic Understanding JavaScript or any other programming language
- Basic Understanding of React Js
- Basic Understanding of React Redux but not required
Description
Course description:
This course is all about managing the state in react application using the redux toolkit. Each topic included in this course is added incrementally, to make sure that you have a solid foundation of knowledge. You’ll find plenty of discussions added in to help you understand exactly when and where to use each feature of React and Redux.
What’s imcluded?
– How redux works
– Common Redux Toolkit APIs
– Definition of the redux toolkit
– Why and importance of using redux toolkit?
We will take a look at the most common API in the redux toolkit that you may for next project. These API or concepts in redux toolkit are
– createStore() – For creating redux store
– CreateAction() – It’s use for creating redux action
– CreateReducer() – it’s used for creating redux reducer
– CreateSlice() – This makes creating slices easily by combining createAction and creatReducer
Who this course is for:
- Programmers looking to master redux toolkit
- Developers who want to move from the traditional way of writing redux application
- Engineers who have researched React but have had trouble mastering some concepts
React is the most popular Javascript library of the last five years, and the job market is still hotter than ever. Companies large and small can’t hire engineers who understand React and Redux fast enough, and salaries for engineers are at an all time high. It’s a great time to learn how to manage state in react
Who this course is for:
- A Web Developer who want manage state in their react app
- A Web Developer who want to master redux toolkit
Show less
Course content
3 sections • 28 lectures • 1h 57m total lengthCollapse all sections
GETTING STARTED WITH REDUX TOOLKIT5 lectures • 17min
- Important Notice & Join The Community00:21
- About This Course02:24
- Projects Demo03:38
- What is Redux?01:40
- How Redux Works08:39
REDUX TOOLKIT CORE LIBRARY17 lectures • 1hr 24min
- RTK Common APIs04:28
- Exploring RTK Docs03:53
- What is CreateAction API ?02:53
- How To Install Redux Toolkit04:53
- CreateAction API Demo06:30
- CreateAction API Customisation03:29
- What is CreateReducer API ?04:08
- Builder Notation-CreateReducer07:28
- CreateReducer Using Map Object Notation04:10
- Redux Toolkit Store Setup03:55
- RTK Store Configurations03:29
- What is CreateSlice API ?04:52
- CreateSlice Demo09:07
- What is CreateAsyncThunk API ?03:46
- CreateAsyncThunk Demo07:09
- Handling CreateAsync Actions05:47
- Dispatching Action04:26
REDUX TOOLKIT WITH REACT6 lectures • 17min
- Section Introduction02:16
- Create New React App03:43
- Installing RTK04:40
- Configure Store02:18
- Connect RTK Store To React03:26
- ALERT !!!00:10