/show-me-the-react

A Google Chrome extension that highlights React components on the page.

Primary LanguageJavaScriptMIT LicenseMIT

Installing extension locally

Copy this repository. Go to chrome://extensions/ and enable Developer mode. Click Load unpacked and select this repository folder.

Chrome extension details

It is a page action so the icon (Icon displayed in URL bar) only shows up in the URL bar when the page contains React-managed DOM. It is off by default -- you have to click the icon to highlight the elements rendered/managed by React (and you can click the icon again to toggle the highlight off).

Screenshot of the plugin in action!