arrow_backBACK TO DRILLS
Black BeltusereducerPREMIUM
Mutating state inside reducers
Why is this reducer incorrect?
REACT_MODULE // 0x42
function reducer(state, action) { state.count++; return state; }