Skip to content

reillyjodonnell/react-debugger

Repository files navigation

React Debugger

Visual React debugging with component inspection and breakpoints.

⚠️ Alpha Release - Thanks for checking this out! We're excited to make this the best damn debugger experience for humans and agents alike :)

Usage

1. Add to your React app:

<script src="//unpkg.com/@react-debugger/core/dist/index.js"></script>

2. Start the debugger:

npx @react-debugger/core localhost:3000

3. Debug:

  • Hover components to highlight them
  • Click components to inspect props/state/hooks

What you get

  • Visual component highlighting and inspection
  • Real-time props, state, and hooks data
  • Component source location tracing
  • Breakpoints and execution control
  • Works with any React app, zero config

Requirements

  • React 16.8+
  • Chrome (for debugging)

MIT License

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published