安装包:
yarn add redux,
yarn add redux-thunk (redux-异步请求)
yarn add axios
yarn add react-redux,
react-redux。 { provider , connect } {provider store=store}.redux和react链接,store传到react项目里面.
组件和里面的进行链接。 dispatch。 dispatch 是里面的, connect(参数,) connect(mapStateToProps)(PostList); 组件就有东西了!!!
const {list} = this.props.post。
props:
通过connect组件和redux数据,传递state数据和dispatch方法。