Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

205
Views
Is there any way to chart/graph/map or otherwise visualize the interrelations of sagas?

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.

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

While it's not the exact answer you're looking for:

Honestly, I can't think of ever seeing something like this. At most there's the couple WIP "saga devtools" packages I've seen (like https://github.com/abettadapur/redux-saga-devtools-extension and https://github.com/redux-saga/redux-saga-devtools ), but I don't think either of those is complete or what you're really asking for.

Beyond that: our general advice for the last few years has been to avoid using sagas for most use cases, and doubly so if you're using them for basic data fetching.

Today, RTK Query solves the data fetching use case, thunks do most other work, and the new RTK "listener" middleware solves the "run logic in response to actions" use case with a smaller bundle size, simpler API, and better TS support.

For more details, see my recent talk "The Evolution of Redux Async Logic":

  • https://blog.isquaredsoftware.com/2022/05/presentations-evolution-redux-async-logic/
about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!