Skip to content

Commit 3a50fbc

Browse files
myktermarkerikson
authored andcommitted
docs/api/createSelector.md: link to hooks guide (#202)
* docs/api/createSelector.md: link to hooks guide When I first came to use createSelector it wasn't obvious to me how to use it with hooks. The reselect docs don't cover it, and I went down a few rabbit holes before discovering that the react-redux Hooks docs cover it well. * Update createSelector.md
1 parent 4574b6b commit 3a50fbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api/createSelector.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The `createSelector` utility from the [Reselect library](https://github.com/redu
1212
For more details on using `createSelector`, see:
1313

1414
- The [Reselect API documentation](https://github.com/reduxjs/reselect)
15+
- [React-Redux docs: Hooks API - Using memoizing selectors](https://react-redux.js.org/next/api/hooks#using-memoizing-selectors)
1516
- [Idiomatic Redux: Using Reselect Selectors for Encapsulation and Performance](https://blog.isquaredsoftware.com/2017/12/idiomatic-redux-using-reselect-selectors/)
1617
- [React/Redux Links: Reducers and Selectors](https://github.com/markerikson/react-redux-links/blob/master/redux-reducers-selectors.md)
1718

0 commit comments

Comments
 (0)