Hacker News new | past | comments | ask | show | jobs | submit login

Yes, I guess you can abuse every technology. Sagas are always sideeffects and thus have to be used with restraint.

Sagas keep state (and you should keep most state in the redux store, anyway).

So, yes, you can go wrong, as with everything else. But it's better than using useEffect as an async framework.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: