medium
+25 XP
FRONTEND

State Machine (XState)

Model a traffic light with XState.
You're exploring as a guest. Create a free account to save progress and submit solutions.
import { createMachine } from 'xstate';

// Create a traffic light machine