1. 首页
  2. 数据库
  3. 其它
  4. typed redux saga:尝试将更好的TypeScript输入带入redux saga 源码

typed redux saga:尝试将更好的TypeScript输入带入redux saga 源码

上传者: 2021-03-27 15:17:12上传 ZIP文件 124.28KB 热度 35次
键入Redux Saga 尝试将更好的TypeScript类型带入redux-saga。 需要TypeScript 3.6或更高版本。 安装 # yarn yarn add typed-redux-saga # npm npm install typed-redux-saga 用法 让我们以为例 前 import { call , all } from "redux-saga/effects" ; // Let's assume Api.fetchUser() returns Promise // Api.fetchConfig1/fetchConfig2 returns Promise, Promise import Api from "..." ; function * fetchUser ( action ) { // `use
下载地址
用户评论