react performance testing:用于测试React中运行时性能的库 源码
React性能测试 这个库非常适合测试React或ReactNative运行时性能。 react-performance-testing计算测试环境中的渲染次数和渲染时间。 目录 问题 如果需要开发高性能功能,则需要计算渲染次数和渲染时间。 通常,您将必须经历手动检查开发工具或Lighthouse的艰巨过程。 通过react-performance-testing您可以使此过程自动化,从而节省时间并确保始终关注性能。 解决方案 react-performance-testing猴子补丁React为您提供了一个API,可以计算渲染次数并衡量渲染时间。 安装 npm: npm install
文件列表
react-performance-testing:用于测试React中运行时性能的库
(预估有个105文件)
.eslintrc.js
1KB
jest.common.config.js
230B
makeRollupConfig.js
856B
rollup.config.js
170B
jest.config.js
332B
package.json
904B
rollup.config.js
215B
babel.config.js
77B
jest.config.js
998B
package.json
1KB
暂无评论