Redux-saga call multiple actions/functions in order for a dispatch

前端 未结 0 1772
误落风尘
误落风尘 2020-12-16 00:38

I have a saga and associated tasks like follows

function* processRequest() {
  yield takeEvery(ActionTypes.HANDLE_REQUEST, getDuplicate);
  yield takeEvery(Ac         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题