typed redux saga:尝试将更好的TypeScript输入带入redux saga 源码
键入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
文件列表
typed-redux-saga-master.zip
(预估有个27文件)
typed-redux-saga-master
rollup.config.js
579B
macro
package.json
124B
yarn.lock
283KB
src
index.js
4KB
macro.js
977B
.babelrc
82B
.eslintrc.yml
719B
暂无评论