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

dai-shi/react-tracked

State usage tracking with Proxies. Optimize re-renders for useState/useReducer, React Redux, Zustand and others. observed · 2026-08-28

github.com/dai-shi/react-tracked · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

70/100

  • Activity 83
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

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

  • gap_med: n/a
  • age_days: 2639
  • days_rel: n/a
  • days_push: 106
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2820 stars · 70 forks observed · 2026-08-28

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

React Tracked is a TypeScript library that provides state usage tracking using JavaScript Proxies to optimize React re-renders. It works with useState/useReducer, React Context, React Redux, Zustand, and other selector-based state libraries, re-rendering components only when accessed properties change.

Use cases

  • prevent unnecessary re-renders in react apps with global state
  • replace react context for global state without performance issues
  • track state property access with proxies instead of writing selectors
  • optimize react-redux useSelector re-renders
  • add usage tracking to zustand or other selector hooks
  • manage deep nested global state in react components

When to choose

  • your react app has a central global state consumed by many components and suffers from re-render performance issues
  • you want useContext-like ergonomics without its re-render behavior
  • you find writing selectors for performance cumbersome or error-prone
  • you want to wrap an existing useSelector hook with usage tracking

When to avoid

  • your app is small and re-renders are not a measurable performance problem
  • you prefer explicit selectors or a full state management solution like Redux Toolkit or Zustand alone
  • you need server-side state caching (e.g. React Query) rather than client global state
  • you target environments without ES6 Proxy support

Facets

library · maturity active

state-management frontend-framework frontend web-development performance browser cross-platform react react-hooks proxies re-render-optimization global-state redux zustand react-context typescript nodejs

6 sources

Member repositories

RepositoryRoleHealth v2
dai-shi/react-trackedmain70

For agents

markdown · JSON · MCP: product_card(name="dai-shi/react-tracked")

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