1 min readMar 6, 2018
That’s interesting, my interpretation of reducers is rather different than this, I’m wondering what I’m missing here.
I see the composition utility functions provided by redux as providing the ability to break down your state into isolated chunks, but the reducers themselves really just seem to be about producing a new state (conceptually, modifying the existing state) for each action that is dispatched.