Easily detect React components source code from Chrome! ■Requirements ・Installed React Developer Tools ・Works only with development builds. ・Source code must be stored on local disk ■How it works The React Inspector accesses the __REACT_DEVTOOLS_GLOBAL_HOOK__ set globally by the React Devtools and finds the React Fiber in the HTML element that the inspector hovered over. The React Fiber contains information about the source code that will be added during development, so we use that information to open the editor. Detail: https://dev.to/handdot/published-chrome-extension-for-streamlined-react-development-23b ■Options It is possible to change the Open in Editor URL from the extensions options page so that you can open it in an editor other than VSCode. ■Source Code This extension is Open source. so you can access from https://github.com/hand-dot/react-inspector. If you find a bug, please report it via Github!
You can Follow the below Step By Step procedure to install the React Inspector Chrome Extension to your Chrome Web browser.
It is the React Inspector Chrome extension download link you can download and install Chrome Browser.
Chrome/Chromium extension that allows easy HTML to React conversion.
A React component tree visualizer
Devtool for React Context and useReducer
LocatorJS Chrome Extension - option-click to code (ReactJS)
React Hook Form developer tools to help debug forms with validation.
The fastest and smartest way to analyze HTML elements and generate full React component representations.