步驟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__())