redux profiler:Redux商店增强器它使用User Timing API来描述Redux动作和通知商店侦听器所花费的时间 源码
redux-profiler Redux,它使用用户计时API来描述Redux动作和通知商店监听器所花费的时间 如何安装 npm install redux-profiler --save 用法 import { createStore } from 'redux' import profileStore from 'redux-profiler' function todos ( state = [ ] , action ) { switch ( action . type ) { case 'ADD_TODO' : return state . concat ( [ action . text ] ) default : return state } } const store = c
文件列表
redux-profiler-main.zip
(预估有个19文件)
redux-profiler-main
.eslintrc
173B
rollup.config.js
353B
.github
workflows
main.yml
748B
lefthook.yml
83B
.browserslistrc
103B
.prettierignore
106B
src
暂无评论