Redux Fundamentals (feat. React)

Redux Fundamentals (feat. React)

4 hours, 41 minutes CC

Redux makes it easy to add scalable, production-ready state management into your web applications. You’ll commonly find Redux in many medium-to-large React applications. In this course, you’ll start by learning pure Redux fundamentals from scratch and move onto learning to hook Redux into a React application. Then you’ll learn to extend Redux with various tools from its ecosystem, including Reselect, Immer, and Redux Toolkit, to reduce boilerplate and speed up your development!

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

Published: June 15, 2021
Get Unlimited Access Now
Table of Contents

Introduction

Redux Without React

Hooking It Up With React

Connecting Redux to React

Selectors and Reselect

Immer

Redux Toolkit

Asynchronous Actions

Wrapping Up