Lessons: 35Length: 4.1 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.3 Write Action Creators

When we wrote our reducers, we just passed them actions created as regular objects. However, it's much easier if we use action creators: functions that create and dispatch action objects. We'll write a few of those in this lesson.