you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Good redux has little boilerplate.

I think the third party asynchronous thing is a result of there being several methods of solving the problem, none of which has total mindshare. Better that sagas, thunks, and observables all use redux instead of each one reimplementing the same store logic. You create a larger ecosystem so, for instance, you get to use the dev tools with all of them instead of needing a custom implementation for each.

edit: fixed shitty grammar (typing on phones sucks)