文件名称:redux-async-loading::recycling_symbol:用于异步操作的全局模块化加载状态的自动监控中间件
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-31 16:24:17
react redux async loading JavaScript
Redux异步加载 厌倦了为异步操作调度加载状态? 尝试redux-async-loading ! 安装 yarn add redux-async-loading // or npm install redux-async-loading --save 用法 请注意,Redux异步加载基于 。 步骤1:编写模型 actions / count.js export default ( dispatch ) => ( { async increment ( ) { await new Promise ( resolve => setTimeout ( resolve , 1000 ) ) // add your dispatch here } , } ) 动作/ index.js export { default as count } from './cou
【文件预览】:
redux-async-loading-master
----.babelrc(30B)
----rollup.config.js(280B)
----package.json(645B)
----src()
--------core.js(823B)
--------index.js(240B)
--------getInitialState.js(568B)
--------createMiddleware.js(1KB)
--------createReducer.js(650B)
--------utils()
----.npmignore(54B)
----.gitignore(20B)
----CHANGELOG.md(88B)
----README.md(2KB)
----yarn.lock(25KB)
----.editorconfig(187B)