rc redux api mw 源码
它是什么? 简单的API中间件 用法 import { REDUX_API_MIDDLEWARE } from '@savchenko91/rc-redux-api-mw' const SAVE_CAT = { START : 'CATS | SAVE | START' , FAIL : 'CATS | SAVE | FAIL' , SUCCESS : 'CATS | SAVE | SUCCESS' , } const saveCat = ( id , body , onSuccess ) => ( { type : REDUX_API_MIDDLEWARE , url
文件列表
rc-redux-api-mw-latest.zip
(预估有个21文件)
rc-redux-api-mw-latest
README.MD
424B
package.json
2KB
.github
workflows
npm.yml
1KB
jest.config.js
135B
tests
action.ts
733B
constant.ts
240B
暂无评论