reselect
https://github.com/reduxjs/reselect
TypeScript
Selector library for Redux
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported0 Subscribers
Add a CodeTriage badge to reselect
Help out
- Issues
- Clarify that `weakMapMemoize` is the default memoization function (v5)
- Add regression test for `resultEqualityCheck` receiving a cleared `WeakRef`
- docs: clarify how to fully clear a selector's cache (#569)
- feat: add `maxSize` option to `weakMapMemoize` to bound cache growth (#635)
- fix(`lruMemoize`): pass (cached, new) argument order to `equalityCheck` in LRU cache
- fix: don't pass `resultEqualityCheck` to `inputStabilityCheck` probe
- build: migrate build setup to `tsdown`
- Documentation unclear that `weakMapMemoize` is now the default memoizer
- The docs for new changes in v5 are a bit confusing
- Type for `resultEqualityCheck` arguments
- Docs
- TypeScript not yet supported