Version 2.6.3 Stable Release

Inspect React like
never before.

Stop digging through "Div Soup." Access the React Fiber tree directly on your page. Zero-latency debugging, visual box models, and real-time render tracing.

Precision tools for modern devs.

Everything you need to debug complex React architectures.

Direct Fiber Inspection

Bypass the DOM layers. Access real props, state, and context directly from the React internal tree.

const [state, setState] = useState({
  id: "ri_pro_01",
  status: "active"
});

Visual Box Model

The world's first React-native box model visualization. Margin, Border, Padding, and Content mapped instantly.

120 x 40

JSX Export

Convert any inspected component into a clean JSX snippet with active props.

Global Search

Alt+S to find any component across the entire tree with pulsing highlights.

Component Snip

Take high-resolution snapshots of individual components for Jira or Slack.

Performance First

Identify zombie renders
in seconds.

Our real-time **Render Tracer** highlights components as they update. No more guessing why your app is slow—visualize the bottlenecks as you interact.

  • Visual Green-flash tracer
  • Fiber-to-Mutation correlation
  • Zero-overhead profiling
Component Re-rendered [12ms]