Model a complex state machine (media player) with useReducer.
import { useReducer } from 'react'; // Build a media player state machine