Answer the question
In order to leave comments, you need to log in
How to make takeEvery for multiple actions and one task in redux-saga?
I have a watcher like this
export default function* watch() {
yield takeEvery(getProducts, fetchData)
yield takeEvery(getUser, fetchData)
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question