Statecharts

A statechart is a compound form of state machines, meaning a statechart is a configuration of multiple state machines. State machines within a statechart can be organized hierarchically, in parallel, or some combination of both.

Statechart Resources

Deeper Knowledge on Statecharts

XState JavaScript Library

XState JavaScript Library

A library to create state machines and state charts written in JavaScript

Broader Topics Related to Statecharts

State Machines

State Machines

Abstract representations of system state at a given point in time

Statecharts Knowledge Graph