dat2 / redux-saga-fetch

A saga that helps reduce http duplication when writing redux-saga code
MIT License
3 stars 3 forks source link

give users the `Response` directly so they can have more flexibility #1

Closed dat2 closed 7 years ago

dat2 commented 7 years ago
const next = yield call(() => Promise.resolve(action.handle(response)));
yield put(next);