Hacker News new | ask | show | jobs
by acemarke 2439 days ago
Sagas are an incredibly powerful tool... and 95% of Redux apps don't need them. Most apps should stick with thunks until they truly have a need for very complex async logic.

See this Redux FAQ entry for more details:

https://redux.js.org/faq/actions#what-async-middleware-shoul...