chrome扩展程序里搜索Redux DevTools进行安装

新建store的时候,进行如下配置。

import { createStore, applyMiddleware ,compose} from 'redux';
import reducer from './reducer'
import thunk from 'redux-thunk'
const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ ? window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({}) : compose;
const store=createStore(reducer,composeEnhancers(applyMiddleware(thunk)));
export default store;

最新文章

  1. 关于MVC的开源商城 Nop之闲聊
  2. 自定义View字段表头
  3. HTML5视频播放
  4. 100726A
  5. centos7 + VMware Workstation Pro
  6. Objective -C学习笔记 之copy(复制)
  7. jade编译乱码问题
  8. Android中BaseAdapter的基本用法和加载自定义布局!
  9. [OC Foundation框架 - 6] NSMutableString
  10. GUI练习——列出指定目录内容
  11. ftoa浮法成字符串
  12. asp.net mvc 上传附件验证
  13. 【HTTP权威指南】第三章-HTTP报文
  14. Adobe Html5 Extension开发初体验
  15. SpringMVC实现PUT请求上传文件
  16. 第五章 MySQL函数
  17. css 文本设置
  18. 996.icu,不加班的程序员有前途吗?
  19. python之count()函数
  20. 用mobiscroll.js的treelist实现弹出下拉效果

热门文章

  1. 通过 python ssh库连接并发送命令给设备
  2. 嵌套RecyclerView左右滑动替代自定义view
  3. Windows上通过bat调用jmx进行循环运行
  4. Flutter 布局(四)- Baseline、FractionallySizedBox、IntrinsicHeight、IntrinsicWidth详解
  5. 章节四、3-While循环-DoWhile语句
  6. Makefile中通过sed命令生成文件系统的selinux的配置文件vendor_filesystem_config.txt
  7. Html:html是什麽、html文件结构
  8. Response()的对象
  9. 剑指offer(java版)【转】
  10. ZooKeeper使用命令大全