You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Scan highlights problematic renders in your React app.
3
+
React Scan detects performance issues in your React app.
4
4
5
-
Scan your React app for renders
5
+
Previously, tools like [<Profiler />](https://react.dev/reference/react-devtools), [Why Did You Render?](https://github.com/welldone-software/why-did-you-render), and [React Devtools](https://legacy.reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html) required lots of manual code change, lacked simple visual cues, and had a high noise-to-signal ratio.
6
6
7
-
-[ ] add video demos
8
-
-[ ] add live demos
7
+
React Scan fixes this by automatically detecting and highlighting the components that are causing performance issues. This filters out the noise and focuses on the signal.
8
+
9
+
It's also just JavaScript, so you drop it in anywhere – script tag, npm, you name it!
10
+
11
+
[**Try it out! →**](https://react-scan.million.dev)
9
12
10
13
## Install
11
14
12
-
**Install via npm**
15
+
The simplest way to use it is to add this script to your app:
0 commit comments