From 0512243365eba863adad53749df4e0294fbd1e91 Mon Sep 17 00:00:00 2001 From: Domi Date: Mon, 18 Sep 2017 23:04:36 +0800 Subject: [PATCH] added codepen link for first README example Having a codepen to play around with right away, without having to waste 1-10 minutes (depending on experience) can be a blessing! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e4072955e..0425a6619 100644 --- a/README.md +++ b/README.md @@ -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'