You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This simply chains multiple reducers together (by functional composition) so the output of one is fed into the next.
The resulting reducer function can (of course) be composed itself along with other reducers, if need be.
It's nothing too major, and finding a reason to use it would probably be uncommon..
I wrote it as a learning exercise, while re-reading a book on redux that I'm trying to fully grok.
The text was updated successfully, but these errors were encountered:
but it still uses a loop to iterate through the reducers..
I was just experimenting with how to perform the same task with composition..
which is probably a bit more academic than practical :)
I'll update my README and include a link to his repo too..
thanks again.
Hi. Me again. I have another one for you :)
here is the repo.
here is the npm module.
In summary:
It's nothing too major, and finding a reason to use it would probably be uncommon..
I wrote it as a learning exercise, while re-reading a book on redux that I'm trying to fully grok.
The text was updated successfully, but these errors were encountered: