Description
In this course, you will learn :
- How to use the Redux toolkit to create two applications.
- How to use the Redux Toolkit to manage state.
- How to Make a Store.
- How to use the createAction method.
- How to make use of createReducer.
- CreateSlice usage instructions.
- How to Make an AsycnThunk.
Syllabus :
- What is Redux Toolkit
- Redux Toolkit Installation
- What's Redux ?
- How to create Redux store using createStore()
- How to create Action using CreateAction
- How to create Reducer using CreateReducer
- Dispatch Actions
- Create Reducer using map notation
- How to use CreateSlice
- How to use createAsyncThunk