Syed Rafsan Raiyansrafsan.hashnode.dev·Nov 28, 2022Understanding ReducersWhat is Reducer? Reducers, as the name suggests, take in two things: previous state and an action. Then they reduce it to one entity: the new updated instance of state. Reducer function has 2 properties. They are: Reducer must be a pure function. Re...11 likes·91 readsReactAdd a thoughtful commentNo comments yetBe the first to start the conversation.