redux-devtools的使用

在項目的入口文件裏 找到 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

相關文章
相關標籤/搜索