网址  https://github.com/zalmoxisus/redux-devtools-extension

1.const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;

 

2.import {  createStore,compose}  from  'redux';

 

 

3.const  stroe =createStore(reducer,composeEnhancers());

 

Redux DevTools Extension 的使用

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-03-07
  • 2022-12-23
  • 2021-12-18
  • 2021-07-04
  • 2022-12-23
猜你喜欢
  • 2021-12-22
  • 2021-06-23
  • 2022-12-23
  • 2022-02-25
  • 2021-05-20
相关资源
相似解决方案