website/docs/related-projects.mdx
import { InternalLinks } from '@site/src/components/InternalLinks' import { ExternalLinks } from '@site/src/components/ExternalLinks' import Link from '@docusaurus/Link'
Enhances Reselect selectors by wrapping <InternalLinks.CreateSelector /> and returning a memoized collection of selectors indexed with the cache key returned by a custom resolver function.
Useful to reduce selectors recalculation when the same selector is repeatedly called with one/few different arguments.
Inspired by Reselect Tools, so it also has all functionality from this library and more, but only for React Native and Flipper.