步骤1: google浏览器上安装Redux DevTools react
步骤2: 项目中:npm install redux-devtools-extension --save-dev store.js文件: export default createStore(rootReducer, window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()) 成功图:npm
export default createStore(rootReducer, window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__())