-
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Living reference for React Debugger — a Chrome DevTools panel for React debugging.
Looking for canonical docs? This wiki is the editable layer. For versioned, reviewed reference, see the in-repo docs:
- README — install + features overview
- DEBUGGING-GUIDE.md — per-tab walkthroughs
- EDGE-CASES.md — 50 documented edge cases
- CHANGELOG.md — release history
| Page | Audience | What you'll find |
|---|---|---|
| FAQ | Everyone | Common questions with concrete answers, grouped by topic |
| Cookbook: Common Recipes | Users | Step-by-step debugging workflows for typical bugs |
| Glossary | Everyone | Domain terms (fiber, commit, render reason, CLS, etc.) |
| Architecture Overview | Contributors | The 4-context message-passing chain — who owns what |
| Release Process | Maintainer | Cut-a-release checklist |
Use the sidebar (left) on every wiki page, or follow the links above. Pages are edited continuously — if something is wrong or outdated, click Edit at the top of any page. Editing is restricted to collaborators; if you want to contribute and aren't one yet, open a discussion introducing yourself.
Wiki bugs (typos, broken links, outdated content) → open an issue with label documentation.
Code/extension bugs → open an issue with label bug.
- ⭐ Star on GitHub
-
📥 Install via npx:
npx @nhonh/react-debugger - 💬 Discussions
- 🐛 Report bug
- 💡 Suggest feature
Wiki content edited by collaborators. For canonical reference, see the README and DEBUGGING-GUIDE. For bugs → Issues. For chat → Discussions.
Getting started
For users
For contributors
External