Skip to content

Commit

Permalink
Merge pull request #283 from Domiii/patch-1
Browse files Browse the repository at this point in the history
added codepen link for first README example
  • Loading branch information
ellbee authored Apr 19, 2018
2 parents 64d7d6e + 0512243 commit 978bd89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Simple “selector” library for Redux (and others) inspired by getters in [Nuc
* Selectors are efficient. A selector is not recomputed unless one of its arguments changes.
* Selectors are composable. They can be used as input to other selectors.

You can play around with the following **example** in [this codepen](https://codepen.io/Domiii/pen/LzGNWj?editors=0010):

```js
import { createSelector } from 'reselect'

Expand Down

0 comments on commit 978bd89

Please sign in to comment.