Refactor a Redux Action Creator using the createAction function from redux-actions

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In this lesson, we’ll take one of the existing action creators and replace it using the createAction function provided by redux-actions. Using createAction reduces some boilerplate and more importantly, it ensures that our Actions adhere to the FSA (Flux Standard Action) structure.