git404hub

what is react-transform-debug-inspector fr?

gaearon/react-transform-debug-inspector — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2015-09-03

2JavaScriptAudience · developerComplexity · 3/5DormantSetup · moderate

tl;dr

A dev-only Babel-powered tool that adds an inspector panel to React components, letting you view props and state live without console.log.

vibe map

mindmap
  root((repo))
    What it does
      Live component inspector
      Shows props and state
      Babel plugin hook
    Tech stack
      JavaScript
      React
      Babel
    Use cases
      Faster debugging
      Exploring unfamiliar code
    Audience
      React developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Inspect a React component's live props and state without adding console.log statements.

VIBE 2

Debug why a component isn't behaving as expected during local development.

VIBE 3

Explore an unfamiliar React codebase by inspecting components as the app runs.

VIBE 4

Add custom inspector panels to show project-specific debugging data.

what's the stack?

JavaScriptReactBabel

how it stacks up fr

gaearon/react-transform-debug-inspector3imed-jaberi/cryptography-si-isamm3imed-jaberi/koa-isomorphic-router
Stars222
LanguageJavaScriptJavaScriptJavaScript
Last pushed2015-09-032021-09-252021-02-06
MaintenanceDormantDormantDormant
Setup difficultymoderateeasyeasy
Complexity3/51/52/5
Audiencedeveloperresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires modifying your Babel config and babel-plugin-react-transform, dev-only, not for production.

prompts (copy fr)

prompt 1
Show me how to wire babel-plugin-react-transform with this debug inspector in my project.
prompt 2
Explain how to add a custom panel to the inspector for showing extra component data.
prompt 3
Help me configure which components should be inspectable in this tool.
prompt 4
Walk me through toggling the inspector on and off during development.

Frequently asked questions

what is react-transform-debug-inspector fr?

A dev-only Babel-powered tool that adds an inspector panel to React components, letting you view props and state live without console.log.

What language is react-transform-debug-inspector written in?

Mainly JavaScript. The stack also includes JavaScript, React, Babel.

Is react-transform-debug-inspector actively maintained?

Dormant — no commits in 2+ years (last push 2015-09-03).

How hard is react-transform-debug-inspector to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is react-transform-debug-inspector for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.