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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@
- **re-reselect**
https://github.com/toomuchdesign/re-reselect
Enhance Reselect selectors by wrapping createSelector function 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.

- **reselect-utils**
https://github.com/sgrishchenko/reselect-utils
Reselect-utils was created to solve the following problems:
- Work with optional objects as a source for selection.
- Binding parametric selectors to specific property values.
- Using selection results as parameters for a new selection.
- Calculating the aggregate value from a collection of selector results.

- **selectorator**
https://github.com/planttheidea/selectorator
Expand Down Expand Up @@ -187,4 +195,4 @@

- **redux-fun**
https://github.com/guillaumearm/redux-fun
Utilities for composing and piping reducers, selectors, and middleware
Utilities for composing and piping reducers, selectors, and middleware