reduxjs / reselect

Selector library for Redux
MIT License
19.03k stars 669 forks source link

Ideas for improving Reselect caching / performance #595

Open markerikson opened 1 year ago

markerikson commented 1 year ago

Some interesting cache-related implementations:

markerikson commented 11 months ago

Lenz is contributing this WeakCache implementation to one of Apollo Client's internal dependencies. Worth looking at this at some point just to see what it is: