Redux DevTools Extension 的使用

Posted guangzhou11

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redux DevTools Extension 的使用相关的知识,希望对你有一定的参考价值。

网址  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 的使用的主要内容,如果未能解决你的问题,请参考以下文章

有没有人在使用redux dev工具在TS中遇到这个错误? “'窗口'类型中不存在”属性'__REDUX_DEVTOOLS_EXTENSION_COMPOSE__'。“

如何将堆栈跟踪添加到我当前的 Redux Devtools 设置中?

redux-devtools安装 以及redux No store found. Make sure to follow the instructions.解决

Redux-DevTools安装

redux-devtools 浏览器修改Store值

将 redux-devtools 传递给带有中间件的 redux 存储