reselect
Selector library for Redux
About this project
Reselect A library for creating memoized "selector" functions. Commonly used with Redux, but usable with any plain JS immutable data as well. — Selectors can compute derived data, allowing [Redux] to store the minimal possible state. — Selectors are efficient. A selector is not recomputed unless one of its arguments changes. — Selectors are composable. They can be used as input to other selectors. The Redux docs usage page on Deriving Data with Selectors covers the purpose and motivation for selectors, why memoized selectors are useful, typical Reselect usage patterns, and using selectors with [React-Redux]. Installation Redux Toolkit While Reselect is not exclusive to [Redux], it…
Technologies
Project health
GitHub
Reviews
Built by
Maintain reduxjs/reselect? Claiming verifies admin access through your GitHub account and gives you control of this listing.