Skip to content

Commit

Permalink
added codepen link for first README example
Browse files Browse the repository at this point in the history
Having a codepen to play around with right away, without having to waste 1-10 minutes (depending on experience) can be a blessing!
  • Loading branch information
Domiii authored Sep 18, 2017
1 parent 09b3c73 commit 0512243
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 inspired by getters in [NuclearJS](https
* Selectors are efficient. A selector is not recomputed unless one of its arguments change.
* 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 0512243

Please sign in to comment.