After installation, you will get two new tabs in your Chrome DevTools:
- ⚛️ Components
- ⚛️ Profiler
$r
in the Console tab references currently selected component in the ⚛️ Components tab.- Pin React Developer Tools next to the URL bar in Chrome.
- The icon changes from blue to red to denote production and development mode respectively.
- Enable Dark theme.
- Click settings icon (cog wheel) from the Components or Profiler tab
- Select General tab
- Select Dark from Theme dropdown menu
- Consider checking Highlight updates when components render. for visualizing re-renders.