saga-fetch

JSON →
library 1.3.14 ·javascript
verified Jun 7, 2026

saga-fetch is a Redux Saga helper that simplifies fetching data by dispatching start, success, error, and fulfill actions. It wraps async methods like window.fetch or axios, handling the boilerplate of action dispatching in saga workers. Version 1.3.14 is current; it's stable with no recent updates. Requires redux-saga >=1.0.2. Compared to alternatives like redux-saga-routines, it focuses solely on fetch workers with explicit action mapping.