From e9f9f333f31459f3e193599b59465e1c7187282c Mon Sep 17 00:00:00 2001 From: Denis Sikuler Date: Tue, 10 Dec 2024 21:52:39 +0300 Subject: [PATCH] Add React Scan --- README.md | 1 + README.zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ba5289..e51d9cd 100644 --- a/README.md +++ b/README.md @@ -548,6 +548,7 @@ * [memlab](https://facebook.github.io/memlab/) - a framework for finding JavaScript memory leaks and analyzing heap snapshots. * [Optimize your libraries with webpack](https://github.com/GoogleChromeLabs/webpack-libs-optimizations) - tips to make your webpack bundle smaller. * [Package Phobia](https://packagephobia.com/) - reports the size of an npm package before you install it. This is useful for inspecting potential dependencies or devDependencies without using up precious disk space or waiting minutes for npm install. +* [React Scan](https://react-scan.com/) - automatically detects performance issues in your React app. * [Size Limit](https://github.com/ai/size-limit) - calculate the real cost of your JS for end users and throws an error if the cost exceeds the limit. * [Source map explorer](https://github.com/danvk/source-map-explorer) - analyze and debug space usage through source maps. The source map explorer determines which file each byte in your minified code came from. * [Statcounter GlobalStats](https://gs.statcounter.com) - browser / OS / device market share diff --git a/README.zh-CN.md b/README.zh-CN.md index 751ed99..1600a7b 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -511,6 +511,7 @@ - [memlab](https://facebook.github.io/memlab/) - 一个用于查找 JavaScript 内存泄漏和分析堆快照的框架。 - 使用 webpack [优化您的库 - 使您的 webpack](https://github.com/GoogleChromeLabs/webpack-libs-optimizations) 捆绑包更小的提示。 - [packagephobia](https://packagephobia.com/) - 在安装 npm 包之前报告它的大小。这对于检查潜在的依赖项或 devT依赖项非常有用,而不会占用宝贵的磁盘空间或等待几分钟进行 npm 安装。 +- [React Scan](https://react-scan.com/) - 自动检测 React 应用程序中的性能问题。 - [size-limit](https://github.com/ai/size-limit) - 计算最终用户的 JS 实际成本,如果成本超过限制,则会引发错误。 - [source-map-explorer](https://github.com/danvk/source-map-explorer) - 通过源映射分析和调试空间使用情况。源映射资源管理器确定缩小代码中每个字节来自哪个文件。 - [Statcounter GlobalStats](https://gs.statcounter.com) - 浏览器 / 操作系统 / 设备市场份额