🌈 搜索
📅  最后修改于: 2022-03-11 14:58:47.792000             🧑  作者: Mango
export default function* rootSaga() { yield all([ helloSaga(), watchIncrementAsync() ]) // code after all-effect }