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

lahmatiy/react-render-tracker

React render tracker – a tool to discover performance issues related to unintentional re-renders and unmounts observed · 2026-08-28

github.com/lahmatiy/react-render-tracker · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

36/100

  • Activity 14
  • Release rhythm 28
  • Longevity 100
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: 46
  • age_days: 1864
  • days_rel: 520
  • days_push: 520
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

2403 stars · 36 forks observed · 2026-08-28

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

React Render Tracker is a devtool library that visualizes a React app's component tree state over time to uncover performance issues from unintended re-renders and unmounts. It complements React DevTools with an event log, props/context update matrices, and rendering timings per fiber.

Use cases

  • find why a React component re-renders too often
  • track component mounts and unmounts over time
  • investigate which component causes another's update
  • debug useMemo and useCallback recomputations
  • analyze context usage and provider consumers
  • profile React rendering performance in development

When to choose

  • you need to diagnose unintentional re-renders in a React 16.9+ app
  • React DevTools isn't enough to trace update causes
  • you want a component tree timeline including unmounted components

When to avoid

  • you need full component state inspection rather than state diffs
  • you're profiling production builds, where some data isn't captured
  • your app doesn't use React

Facets

library · maturity active

monitoring developer-tools frontend web-development performance developer-tools browser react devtools performance-profiling re-renders fiber-tree debugging nodejs web-server

3 sources

Member repositories

RepositoryRoleHealth v2
lahmatiy/react-render-trackermain36

For agents

markdown · JSON · MCP: product_card(name="lahmatiy/react-render-tracker")

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