Create a Reducer Function for a Specific Redux Action using redux-actions

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In this lesson, we’ll use the handleAction function provided by redux-actions to create a reducer function that will handle a specific action. We’ll then incorporate this reducer function into the existing reducer and ensure our application continues to function.