toomuchdesign/re-reselect
Enhance Reselect selectors with deeper memoization and cache management. observed · 2026-09-03
Health v2 · maintenance only
87/100
- Activity 100
- Release rhythm 63
- 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: n/a
- age_days: 3478
- days_rel: 35
- days_push: 0
- n_releases_24m: 1
Adoption not part of the score
1090 stars · 46 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A lightweight TypeScript wrapper around Reselect that adds deeper memoization and cache management to Redux selectors. It maintains a cache of per-argument selectors so switching between different arguments no longer invalidates memoized results.
Use cases
- retain selector cache when calling with different arguments
- share memoized selectors across multiple React component instances
- join similar selectors into one cached selector
- instantiate selectors on the fly at runtime
- add custom caching strategies to reselect
- avoid expensive recomputation when alternating selector arguments
When to choose
- you use Reselect selectors that get called with varying arguments and lose their memoization
- you need to share selectors with props across many component instances
- you are on an older Reselect version (pre-v5) without native custom memoization options
- you want fine-grained control over selector cache keys and eviction
When to avoid
- you are on Reselect v5+, which natively supports custom memoization via createSelector options
- your selectors are always called with the same arguments and default single-entry caching suffices
- you are starting a new project and can adopt Reselect's built-in caching features instead
Facets
library · maturity maintenance
caching state-management frontend web-development developer-tools performance browser cross-platform reselect redux react memoization selector-library typescript nodejs
2 sources
- readme: https://github.com/toomuchdesign/re-reselect · fetched 2026-09-03 · 137871bd29e2
- registry_npm: https://registry.npmjs.org/re-reselect · fetched 2026-08-29 · a871873096ce
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| toomuchdesign/re-reselect | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="toomuchdesign/re-reselect")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem