|
|
|
|
|
by thinkloop
3031 days ago
|
|
One of the original reasons for message passing is that multiple reducers can respond to the same action. There have been many libraries since the beginning that try to shrink that relationship (ex reducks), but I never understood it, my code is replete with multiple responders. |
|
Thanks for your input! Do you mind giving 2-3 examples of good uses of multiple reducers for the same action?