1. 首页
  2. 数据库
  3. 其它
  4. redux saga thunk:调度由redux saga处理的动作将返回promise 源码

redux saga thunk:调度由redux saga处理的动作将返回promise 源码

上传者: 2021-02-16 14:24:35上传 ZIP文件 111.95KB 热度 20次
redux-saga-thunk 调度由处理的操作将返回promise。 它看起来像 ,但具有纯粹的动作创建者。 class MyComponent extends React . Component { componentWillMount ( ) { // `doSomething` dispatches an action which is handled by some saga this . props . doSomething ( ) . then ( ( detail ) => { console . log ( 'Yaay!' , deta
用户评论