You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: docs/api/createSelector.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ The `createSelector` utility from the [Reselect library](https://github.com/redu
12
12
For more details on using `createSelector`, see:
13
13
14
14
- 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)
15
16
-[Idiomatic Redux: Using Reselect Selectors for Encapsulation and Performance](https://blog.isquaredsoftware.com/2017/12/idiomatic-redux-using-reselect-selectors/)
16
17
-[React/Redux Links: Reducers and Selectors](https://github.com/markerikson/react-redux-links/blob/master/redux-reducers-selectors.md)
0 commit comments