The line const nextStateForKey = reducer(previousStateForKey, action) >> Redux takes a given state (object) and passes it to each reducer in a loop. And it expects a ...