|
|
|
|
|
by vevoe
2439 days ago
|
|
Have you used redux-sagas on any projects before this one? How do you feel it compares with redux-thunk? I've used redux-thunk for all of my past projects but recently inherited a project using sagas. It seems to be pretty unorganized and I'm wondering how much effort I should put into cleaning it up, if it's even possible. |
|
See this Redux FAQ entry for more details:
https://redux.js.org/faq/actions#what-async-middleware-shoul...