Challenge your knowledge of useState, useEffect, useCallback, useMemo, and custom hooks.
1,204 attempts
When does the callback in `useEffect(() => { fetch(...) }, [userId])` run?