Advanced Redux with Redux Toolkit

Advanced Redux with Redux Toolkit

Learning Paths:
3 hours, 51 minutes CC

Redux is one of the most popular and battle-tested state management libraries. Then Redux Toolkit (RTK) standardizes the best ideas from the Redux community to enable you to write more performant and maintainable Redux at scale. In this course, you'll use Redux Toolkit to simplify reducer logic and actions, use TypeScript with Redux, add tests, and use RTK Query to fetch data in real-world projects.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: February 7, 2023
Get Unlimited Access Now
Table of Contents

Introduction

Redux Toolkit

Typed Hooks

Asynchronous Requests

Wrapping Up