State Modeling in React with XState

State Modeling in React with XState

Learning Paths:
4 hours, 0 minutes CC

XState helps you manage both local and global component states in React. In this course, we'll be learning to model state before we code using state machines and statecharts and then use those in our app to orchestrate complex app logic. We'll also be visualizing or machines in real-time and learning to use model-based testing.

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

Published: December 29, 2020
Get Unlimited Access Now
Table of Contents

Introduction

State Machines

XState Machines

Transitions

State Types

Actors

Wrapping Up