gaearon/react-transform-debug-inspector — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2015-09-03
Inspect a React component's live props and state without adding console.log statements.
Debug why a component isn't behaving as expected during local development.
Explore an unfamiliar React codebase by inspecting components as the app runs.
Add custom inspector panels to show project-specific debugging data.
| gaearon/react-transform-debug-inspector | 3imed-jaberi/cryptography-si-isamm | 3imed-jaberi/koa-isomorphic-router | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2015-09-03 | 2021-09-25 | 2021-02-06 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 1/5 | 2/5 |
| Audience | developer | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires modifying your Babel config and babel-plugin-react-transform, dev-only, not for production.
A dev-only Babel-powered tool that adds an inspector panel to React components, letting you view props and state live without console.log.
Mainly JavaScript. The stack also includes JavaScript, React, Babel.
Dormant — no commits in 2+ years (last push 2015-09-03).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.