I don't understand. Why not simply observables?
Author here. Saying "why not simply observables" kinda glosses over a lot of details, but I'll try and answer as best as I can. I've always found it a bit difficult to use Observables in application-style code, both in a conceptual sense (handling Redux actions as an observable stream) and in a practical sense (actually building and debugging streams and transformations over those streams). I do think they're excelle…
I just found the whole concept of redux and redux-saga a bit strange. It seemed like people don't want to use observables for whatever reasons and try to push Redux to solve these async problems.
Your article is good, I just had the feeling it wouldn't be needed if people would use better suited abstractions in the first place.