登录 注册
当前位置:主页 > 资源下载 > 5 > redux-magic-async-middleware是一款用于简化在redux中处理异步数据的中间件

redux-magic-async-middleware是一款用于简化在redux中处理异步数据的中间件

  • 更新:2024-11-06 22:18:20
  • 大小:13KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

redux-magic-async-中间件 redux-magic-async-middleware是一种中间件,可轻松使用redux处理异步数据。 将其与结合使用可增强效果并减少样板! 安装 redux-magic-async-middleware在npm上可用。 您需要才能充分利用它。 npm install -S redux-magic-async-middleware redux-updeep 入门 1.添加为中间件 只需添加它,就像添加任何中间件一样 import { createStore , applyMiddleware , combineReducers } from 'redux' ; import magicAsyncMiddleware from 'redux-magic-async-middleware' ; let combinedReducers = co