What is a reducer? Technology Community › Category: React › What is a reducer? 0 Vote Up Vote Down VietMX Staff asked 4 years ago A reducer is simply a pure function that takes the previous state and an action, and returns the next state.