AI AGENT ADDONS
Debugging
1,645installs

A tool that helps you debug React and React Native apps while they run. You can inspect the component tree and look at props, state, and hooks. It works by connecting to your app through a simple command line tool.

It also helps you profile your app to find slow components and understand why things re-render. You can see which parts take the most time and how many times each component re-renders. This makes fixing performance problems easier.

The tool runs as a background daemon and listens for commands. You type short commands like inspect, find, or profile to get answers fast. It is built for AI agents but anyone can use it to debug their React UI.

Add React Devtools skill to your workflow

Global

mkdir -p ~/.claude/skills/react-devtools

Project

mkdir -p .claude/skills/react-devtools

Source Repository

Stars
231
Forks
9
Watchers
231
License
MIT
Last Push
3 months ago
Created
5 months ago