We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64d7d6e + 0512243 commit 978bd89Copy full SHA for 978bd89
README.md
@@ -9,6 +9,8 @@ Simple “selector” library for Redux (and others) inspired by getters in [Nuc
9
* Selectors are efficient. A selector is not recomputed unless one of its arguments changes.
10
* Selectors are composable. They can be used as input to other selectors.
11
12
+You can play around with the following **example** in [this codepen](https://codepen.io/Domiii/pen/LzGNWj?editors=0010):
13
+
14
```js
15
import { createSelector } from 'reselect'
16
0 commit comments