Skip to content

Latest commit

 

History

History

chrome-extension

C-React Chrome DevTool

Option 1: Install C-React DevTool from the Chrome Web Store

  1. Open your React application, or any website

  2. Open Chrome Developer Tools and click on the C-React panel

  3. Watch the tree update dynamically as you navigate through your web page

  4. Click on tree nodes to see corresponding element highlighted on your web page, if using our custom renderer

Option 2: Install C-React DevTool locally

  1. Clone this repo onto your local machine

  2. Go to Chrome Extensions for manual installation (chrome://extensions/)

  3. Click on Load unpacked

  4. Select react-visualizer/chrome-extension/build/ to load this extension

ManualChromeDemo.mp4