Ross ROSS = Recommend OSS · open-source software intelligence for agents

team-gryff/react-monocle

A developer tool to visualize a React application's component hierarchy. observed · 2026-08-28

github.com/team-gryff/react-monocle · JavaScript · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3722
  • days_rel: n/a
  • days_push: 3404
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2437 stars · 74 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

React Monocle is a CLI developer tool that parses React source files and generates a visual tree graph of the app's component hierarchy, displayed alongside a live copy of the application. It injects wrappers around setState calls in an un-minified bundle to show real-time state changes and data flow, with Redux syncing the tree to component state.

Use cases

  • visualize my react app's component hierarchy
  • see how state flows through react components in real time
  • generate a component tree diagram from react source files
  • debug react state changes with a visual tree
  • understand a large react codebase's structure
  • view redux state changes reflected in a component graph

When to choose

  • you work on a React (with Redux) app and want a visual map of components and state flow
  • you have access to an un-minified bundle file and can run a CLI tool
  • you're exploring or onboarding onto an unfamiliar React codebase

When to avoid

  • your bundle is minified/mangled, since the tool requires un-minified bundles
  • you use a modern React stack without Redux or with hooks-era patterns the 2017-era tool doesn't support
  • you need an actively maintained tool - the last release was in 2017
  • you prefer a browser DevTools extension over a CLI-launched visualization

Facets

cli-tool · maturity abandoned

developer-tools data-visualization parser frontend web-development developer-tools data-visualization cli cross-platform react component-hierarchy redux ast-parsing d3 state-visualization nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
team-gryff/react-monoclemain10

For agents

markdown · JSON · MCP: product_card(name="team-gryff/react-monocle")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem