*fetch(_, { call, put }) { --- generator

 

effects: {
    *fetch(_, { call, put }) {
      const response = yield call(queryUsers);
      yield put({
        type: 'save',
        payload: response,
      });
    },

 

https://www.liaoxuefeng.com/wiki/1022910821149312/1023024381818112

posted @ 2019-11-20 09:47  彭成刚  阅读(765)  评论(0编辑  收藏  举报