State Management in Pure React, v2

State Management in Pure React, v2

4 hours, 27 minutes CC

This course has been updated! We now recommend you take the React Performance course.

As your applications grow, the root of performance and maintainability problems often stems from how you structure and manage state. In this course, we’ll look at the core APIs in React to handle state, including both in the traditional component state, as well as in React hooks. You’ll move onto creating custom hooks, use reducers, and then learn ways to do more complicated state management techniques such as using the Context API.

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

Published: February 14, 2020
Get Unlimited Access Now
Table of Contents

Introduction

Class-Based State

Hooks State

Reducers

Context

Data Fetching

Thunks

Wrapping Up