easy
+15 XP
FRONTEND

useReducer Complex State

Model a complex state machine (media player) with useReducer.
You're exploring as a guest. Create a free account to save progress and submit solutions.
import { useReducer } from 'react';

// Build a media player state machine