Hacker News new | ask | show | jobs
by acemarke 2689 days ago
FWIW, we recently added a new "action stack trace" feature to the Redux DevTools Extension that helps show exactly where each action was dispatched from [0].

Also, I agree that sagas are not necessary for most apps, and we have some advice in the Redux FAQ on how to choose a side effects handling approach [1]. For most apps, thunks are more than sufficient.

[0] https://github.com/zalmoxisus/redux-devtools-extension/blob/...

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