Skip to content

Commit

Permalink
Add "about re-reselect" section to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign committed Mar 27, 2019
1 parent f7f8175 commit a563ac8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a563ac8

Please sign in to comment.