在項目的入口文件裏 找到 createStore函數調用的地方,給它加第二個參數 window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()html
const store = createStore( reducers, window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__() );
http://www.javashuo.com/article/p-zenfovym-kp.htmlgit
https://github.com/zalmoxisus/redux-devtools-extension#usagegithub