Take your state management skills in react into another level by using redux toolkit than traditional redux

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 will you build?

To get the most from this course we will demonstrate a redux toolkit by building two apps

· Counter app

· Post list application using JSON Placeholder

The topics covered will be:

– 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:


Get Instant Notification of New Courses on our Telegram channel.


  • 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

English

Language

Content

Course outline

Must read

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