码迷,mamicode.com
首页 > 其他好文 > 详细

react-redux ,redux-devtools-extension工具安装和使用

时间:2021-07-22 17:33:05      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:with   tool   too   谷歌   class   exp   extension   pre   store   

直接拖到谷歌浏览器中添加扩展程序

但是在使用 redux-devtools-extension 工具可以看到相应的store参数时需要代码设计

在store.js文件中

//首先安装npm i redux-devtools-extension

// 引入reducx-devtools-extension
import {composeWithDevTools} from ‘redux-devtools-extension‘
//汇总所有的reducer变为一个总的reducer
const allReducer = combineReducers({
    he:countReducer,
    rens:personReducer
})

//暴露store
export default createStore(allReducer,composeWithDevTools(applyMiddleware(thunk)))

 

react-redux ,redux-devtools-extension工具安装和使用

标签:with   tool   too   谷歌   class   exp   extension   pre   store   

原文地址:https://www.cnblogs.com/ximenchuifa/p/15040436.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!