DEV Community

0 seconds of 10 minutes, 20 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
10:20
 
Fabio Biondi
Fabio Biondi

Posted on

5 1

React: introduction to Redux Toolkit (2022) - State Management Strategies in React - Pt #3

This video is completely dedicated to Redux, Redux Toolkit and Redux Developer Tools.
At the end of the video you can also find a comparison between several techniques and state managers.

WHAT IS REDUX?

Redux is one of the oldest state manager for React and one of the most used library in enterprise applications.We can also say that is a pattern since it provides several rules to create your architectures
The main advantage is that you can easily split your user interface from the business logic, and each part of this logic is defined by a specific element: actions, store, selectors, middleware and so on.

Furthermore I love Redux Developer Tools, an amazing browser extension to debug your Redux application. I couldn't live without it anymore πŸ˜…


TOPICS:

00:00 Introduction to Redux Toolkit
02:00 Configure the Store
02:28 Actions
04:52 Selectors
05:51 Middlewares
06:52 Advantages
07:29 Redux Developer Tools
08:56 State Managers / Comparison


πŸ”— Follow me on:

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free β†’

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay