Category "saga"

How to cancel an entire redux saga chain from the leaf node

We have multiple sagas (ex: loadSampleData and loadCustomSampleData) that can be triggered by multiple different actions and can have multiple in-flight request

Saga Choreography implementation problems

I am designing and developing a microservice platform based on the specifications of http://microservices.io/ The entire framework integrates through socket th