Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reselect utils link #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

denbezrukov
Copy link

https://github.com/sgrishchenko/reselect-utils
Docs: https://sgrishchenko.github.io/reselect-utils/docz/

Such projects as Reselect and Re-reselect try to solve the task of memoization. But there is no standard solutions for some applied problems. This library was created to try to systematically solve the following problems:

  • Work with optional objects as a source for selection.
  • Binding parametric selectors to specific property values.
  • Adaptation of parametric selectors to the new parameter interface (useful for creating parametric structured selectors).
  • Using selection results as parameters for a new selection.
  • Calculating the aggregate value from a collection of selector results.
  • Structuring of selection results (more proper typed version of structured selector and cached structured selector).
  • Implementation of key selectors composition (useful for key selector creator usages).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant