We have a project with a bunch of sagas produced with Redux-Saga.
I wonder if there's any way to visualize the possible flows between these sagas to produce a comprehensive map of our sagas and how they interrelate?
The rationale for this is that such a graph could lead to better long term design of our saga structure, and possibly we could have one or two sagas which are redundant.