1. 10
    Create Redux Dispatch Functions From Action Creators with bindActionCreators
    2m 10s

Create Redux Dispatch Functions From Action Creators with bindActionCreators

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In this lesson we’ll look at the bindActionCreators helper method provided by Redux to eliminate some boilerplate code in our React application. Currently we have a function that takes in a value and calls an action creator. This pattern is extremely common in Redux and we will see how bindActionCreators can help us cut down on some bloat.

Andrew Fritz
~ 7 years ago

This should happen before the previous lesson.