https://github.com/jantimon/chrome-react-scan-inspector
Chrome Extension to automatically detect and analyze performance issues in any React application
https://github.com/jantimon/chrome-react-scan-inspector
Last synced: 3 months ago
JSON representation
Chrome Extension to automatically detect and analyze performance issues in any React application
- Host: GitHub
- URL: https://github.com/jantimon/chrome-react-scan-inspector
- Owner: jantimon
- Created: 2024-11-29T11:26:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T12:14:21.000Z (5 months ago)
- Last Synced: 2024-11-29T12:31:28.597Z (5 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-list - chrome-react-scan-inspector - Scan Chrome Extension to automatically detect and analyze performance issues in any React application | jantimon | 110 | (JavaScript)
README
# React Scan Inspector

## Installation from Source
1. Download or clone this repository
2. Open Chrome and navigate to `chrome://extensions/`
3. Enable "Developer mode" in the top right
4. Click "Load unpacked" and select the extension directory
5. Click the extension icon in your toolbar to start scanning## How It Works
React Scan Inspector automatically detects React applications and monitors their performance in real-time. When enabled, it will:
- Track component render times
- Identify unnecessary re-renders
- Log performance insights to the console
- Highlight optimization opportunities## Usage
1. Click the extension icon in your toolbar
2. Toggle scanning on/off using the switch## Credits
The logo, the idea, the scanner itself, and the initial implementation are all based on [React Scan](https://github.com/aidenybai/react-scan) by Aiden Bai
## License
MIT License