
Using context in redux-saga
At Faraday, we use redux-saga [https://redux-saga.js.org] in our client-side webapp because it offers a robust and testable set of tools for managing complex and asynchronous effects within Redux apps. I recently upgraded our version of redux-saga from an embarrassingly old version to the latest, in part to