Challenge: Simplifying Reducers in React
Test your understanding of the React reducers.
We'll cover the following...
We'll cover the following...
Task
Expand the TypeScript example explored in this chapter by adding two more actions for the CounterReducer
: multiplication and division. ...