react-scan icon indicating copy to clipboard operation
react-scan copied to clipboard

Scan for React performance issues and eliminate slow renders in your app

Results 115 react-scan issues
Sort by recently updated
recently updated
newest added

**Monitoring Feature List** - [ ] Component Monitoring View (p50, p99, p999) # of Renders, Total Time (in dev), Self Time (in dev). - [ ] Interaction Monitoring View (p50,...

First things first, thanks for a great library. I have been bothered with 'Phantom rendering' problem with DevTools since 6.0.0 release. This package is really a savior for me! With...

## Summary This pull request addresses an issue where tasks with the same text could not be accurately deleted due to the lack of unique identifiers. By assigning a unique...

Hi, I've installed it via npm and used it like this: But for whatever reason, when I click on this it doesn't show me the view where I can see...

This change provides a more reliable solution for canvas clearing when transitioning between inspection states, preventing artifacts and improving performance.

The goal of this PR is to improve performance of react-scan by: - reducing callback creation - reducing optional chaining - simplifying loops and checks

I integrated `react-scan` into a webpack bundled Chrome extension using the `scan()` API, but oddly can't seem to get the render count and highlight-on-rerender to work as expected. The toolbar...

This optimization focuses on improving the element inspection overlay performance and code clarity. Key changes: 1. Introduces element caching to prevent redundant redraws 2. Consolidates overlay update logic with a...

When I Use Million,my project started normally, but there were a lot of errors as shown in the picture.How should I resolve them?

Just add a bookmark with the following URL: ```js javascript:void((() => { const s = document.head.appendChild(document.createElement('script'));s.src = 'https://unpkg.com/react-scan/dist/auto.global.js';s.onerror = () => alert('Failed to load react-scan!')})()) ``` And now one-click enable...