Skip to content

Commit 978bd89

Browse files
authored
Merge pull request #283 from Domiii/patch-1
added codepen link for first README example
2 parents 64d7d6e + 0512243 commit 978bd89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Simple “selector” library for Redux (and others) inspired by getters in [Nuc
99
* Selectors are efficient. A selector is not recomputed unless one of its arguments changes.
1010
* Selectors are composable. They can be used as input to other selectors.
1111

12+
You can play around with the following **example** in [this codepen](https://codepen.io/Domiii/pen/LzGNWj?editors=0010):
13+
1214
```js
1315
import { createSelector } from 'reselect'
1416

0 commit comments

Comments
 (0)