anmmhkomejbdklkhoiloeaehppaffmdf
Scan React apps for performance problems React Scan automatically detects performance issues in your React app Previously, existing tools required lots of code change, lacked simple visual cues, and didn't have a simple, portable API - Requires no code changes – just drop it in - Highlights exactly the components you need to optimize - Available via script tag, npm, CLI, you name it!
Apollo Client Devtools
GraphQL debugging tools for Apollo Client. Apollo Client Devtools is a Chrome extension for the open-source GraphQL client, Apollo Client. This extension has 4 main features: 1. A built-in version of the Apollo Studio Explorer that allows you to make queries against your GraphQL server using your app's network interface directly (no configuration necessary). 2. A query watcher that shows you which queries are being watched by the current page, when those queries are loading, and what variables those queries are using. 3. A mutation inspector that displays the mutations made to your Apollo Client application data. 4. A cache inspector that displays your Apollo Client cache data. You can explore the cache through a tree-like interface, and search for specific field keys and values. Code for this extension can be found at: https://github.com/apollographql/apollo-client-devtools
React code finder
Chrome extension for React Developer Activate the extension in your development environment and [right-click] to find and modify the component's source code right away! ## Intro React Code Finder is a powerful development tool extension designed for Chrome. This extension aims to help React developers inspect, interpret, and edit code more efficiently and swiftly right from the web browser. ## Features - Code Tracking: Just by pointing your mouse, you can track any React component on your web page. This tool will highlight the exact location of the source code file, down to the specific line and column of the component. - Live Code Editing: An editor built into the dev tools panel allows for instant code alterations. You can apply the code changes directly within your browser, eliminating the need for a separate text editor or IDE. ## Who Will Benefit React Code Finder is incredibly useful for: - Developers who are working with web development using React - Developers who want to quickly locate parts of their code - Developers who wish to edit code in real-time and see the changes within the web browser ## Install Adding React Code Finder to Chrome is simple. Just head over to the Chrome Web Store and click on the 'Add to Chrome' button. The extension will then be ready for use. ## How to Use In order to get the most out of React Code Finder, you'll need a command-line interface (CLI). Here are the steps: 1. Install the CLI: Run the command `npx react-code-finder-server` to execute the necessary CLI for React Code Finder. (If you want to use specific port, add -p flag. ex. `-p 8080`) 2. Launch React Code Finder: Once you have the CLI running, you can launch React Code Finder via your Chrome browser. 3. Start Navigating and Editing: Navigate to the web page you wish to inspect. Now you can start tracking and directly editing the React components using the dev tools panel editor. With React Code Finder, I aim to facilitate a smoother and more efficient development process. Experience a more productive development environment with React Code Finder today! Does not work with React server components (RSC). This extension works based on cross-references between state node(HTMLElement) and ReactElement. 2.2.0 (2024.10.16) - New: Added auto on/off feature: react-code-finder is now automatically enabled/disabled when you open or close it in devtools. - Added the ability to open the IDE even if the react-code-finder-server is not running. Preferred IDE can be modified on the options page (default: vscode) 2.1.0 - Fixed bug with 2 or more react rootFIber conflicts - Added a viewer to see the props of the current source
Refined GitHub
Simplifies the GitHub interface and adds useful features Highlights: - Linkifies issue/PR references and URLs in code. - Makes whitespace characters visible. - Reduces tabs’ size to 4 spaces instead of 8. - Adds one-click merge conflict fixers. - Adds reaction avatars showing who reacted to a comment. - Adds a button to revert all the changes to a file in a PR. - Adds a build/CI status icon next to the repo’s name. - Adds a button to view the source of Markdown files. - Shows PRs that touch the current file. - Highlights the most useful comment in conversations. - Shows the first Git tag a merged PR was included in. - Adds a link to an automatic changelog for each tag/release. - Adds possible related pages and alternatives on 404 pages. - Displays the age of the repository in the sidebar. And so much more! 200+ features. See the website for a full list of features. The GITHUB and REFINED GITHUB trademarks are owned by GitHub, Inc. and used under license.
LocatorJS
LocatorJS Chrome Extension - option-click to code (ReactJS) Click on any component in the browser to open its code in your IDE. Supports React, Preact and SolidJS components. Select your IDE, and then use option-click or alt-click on any website with supported components. ReactJS works in most localhost environments out-of-the-box. Preact, SolidJS and some ReactJS stacks require installation of babel plugin, more info on www.locatorjs.com Extension is completely open-source and available on https://github.com/infi-pc/locatorjs