Reselect

A selector library for Redux. Selectors are functions that compute derived data from the Redux state, allowing Redux to store the minimal possible state. Reselect creates memoized selector functions that recompute only when their inputs change.

API entry from apis.yml

apis.yml Raw ↑
name: Reselect
description: A selector library for Redux. Selectors are functions that compute derived data from the
  Redux state, allowing Redux to store the minimal possible state. Reselect creates memoized selector
  functions that recompute only when their inputs change.
humanURL: https://github.com/reduxjs/reselect
baseURL: https://github.com/reduxjs/reselect
tags:
- Memoization
- Performance
- Selectors
properties:
- type: Documentation
  url: https://reselect.js.org/
- type: GitHubRepository
  url: https://github.com/reduxjs/reselect
- type: NpmPackage
  url: https://www.npmjs.com/package/reselect