Use a Reducer to Change an Object's Property Inside an Array

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Reducers are also often used for changing a single property inside of other reducers. This lesson shows how a type can enter the people reducer, but then the people reducer can use a different type to call the clock reducer and get a value back.