From a563ac8de00851f96dff18a12c02b98a17d760fb Mon Sep 17 00:00:00 2001 From: Andrea Carraro Date: Wed, 27 Mar 2019 00:09:32 +0100 Subject: [PATCH] Add "about re-reselect" section to docs --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3ae38f7c..50081700 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ const fooResultAgain = cachedSelector(state, 'foo'); - [reReselectInstance`.resultFunc`](#rereselectinstanceresultfunc) - [reReselectInstance`.recomputations()`](#rereselectinstancerecomputations) - [reReselectInstance`.resetRecomputations()`](#rereselectinstanceresetrecomputations) + - [About re-reselect](#about-re-reselect) - [Todo's](#todos) - [Contributors](#contributors) @@ -432,6 +433,17 @@ Return the number of times the selector's result function has been recomputed. Reset `recomputations` count. +## About re-reselect + +- [Re-reselect your whole redux state](https://patrickdesjardins.com/blog/re-reselect-your-whole-redux-state) +- [Understanding reselect and re-reselect](http://alexnitta.com/understanding-reselect-and-re-reselect/) +- [Advanced Redux patterns: selectors](https://blog.brainsandbeards.com/advanced-redux-patterns-selectors-cb9f88381d74) +- [Be selective with your state](https://medium.com/riipen-engineering/be-selective-with-your-state-8f1be76cb9f4) +- [A swift developer’s React Native experience](https://swiftwithjustin.co/2018/06/24/a-swift-developers-react-native-experience) +- [5 key Redux libraries to improve code reuse](https://blog.logrocket.com/5-redux-libraries-to-improve-code-reuse-9f93eaceaa83) +- [Rematch's docs](https://github.com/rematch/rematch/blob/1.1.0/plugins/select/README.md#re-reselect) +- [Redux re-reselect playground](https://codesandbox.io/s/135rwqj2jj) + ## Todo's - Improve TS tests readability