Dispatch Action Types to Reducers

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

A reducer needs to know what you want it to do whenever it's called. You do this by passing along an action type then the reducer can switch based on the type to achieve the logic you need. This lesson covers dispatching action types to your reducer to update the state based on that type.