redux-observable

redux-observable

This is a similar approach to “sagas” in the redux-saga middleware but it uses RxJS and they call these processing systems “epics” instead. I have to say I am warming to RxJS generally because of the importance of asynchronous activity in the inputs and outputs of modern apps. Where this one is particularly interesting is in its close integration and harmony with the Redux based architecture.

One thought on “redux-observable

Leave a comment