dai-shi/react-tracked
State usage tracking with Proxies. Optimize re-renders for useState/useReducer, React Redux, Zustand and others. 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
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
- readme: https://github.com/dai-shi/react-tracked · fetched 2026-08-28 · 63607b68946b
- homepage: https://react-tracked.js.org · fetched 2026-08-29 · be37b0a3d268
- site_page: https://react-tracked.js.org/docs/introduction · fetched 2026-08-29 · dbc8ab8ed640
- site_page: https://react-tracked.js.org/docs/tutorial-01 · fetched 2026-08-29 · 851f3ac5d31b
- site_page: https://react-tracked.js.org/docs/api · fetched 2026-08-29 · 03f1fdc3d8fa
- registry_npm: https://registry.npmjs.org/react-tracked · fetched 2026-08-29 · 52fe479702e0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dai-shi/react-tracked | main | 70 |
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