redux尝试

https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/shopping-cart

react-redux全家桶

import {createStore,applyMiddleware} from 'redux'
import {Provider} from "react-redux"
import {createLogger} from "redux-logger"
import thunk from "redux-thunk"

猜你喜欢

转载自blog.csdn.net/weixin_41069726/article/details/89301590