redux-thunk与redux-saga配置
**
redux-thunk配置
下载:npm install --save redux-thunk / yarn add redux-thunk
使用:
在 store文件夹下 index.js 中引入 applyMiddleware(redux中间件)
import { createStore , applyMiddleware , compose } from ‘redux’
import...
原创
2020-04-10 15:30:22 ·
167 阅读 ·
0 评论