Closed
Description
React Redux added per-instance memoization in 4.3.0.
This approach, originally explained here (although the API changed), allows significant perf wins for Reselect when computed state props depend on component’s own props, as those are now memoized per instance.
I think this approach is worth explaining both here and in the Computing Derived Data recipe. I don’t have time to contribute this, but I’m sure it will be a very valuable addition.
cc @tgriesser who implemented the feature in React Redux