Exercise #81: Dynamic Reducer
Advanced Patterns ยท 07-challenges
Goal

Goal: Add generics so handlers build a payload map and `reduce` accepts only the corresponding discriminated union actions.

Run "Check Solution" to validate your code in the browser.