arrow_backBACK TO DRILLS
White BeltusereducerPREMIUM
Action objects describe events
Why are reducer actions commonly written as objects like this?
REACT_MODULE // 0x42
dispatch({ type: 'deleted', id: 3 });Why are reducer actions commonly written as objects like this?
dispatch({ type: 'deleted', id: 3 });