摘要: 第一步骤:安装react-redux(前提已经安装了redux) npm install react-redux 建立一个store文件夹,里面放置和store有关的文件 第二步骤:创建store.js store.js //react-redux import {createStore} from 阅读全文