lbry-desktop/ui/redux
infinite-persistence 26f89b3ec9 re-reselect proof of concept + fix Date selector as first example
`makeSelectDataForUri` always returns a new reference, so `ClaimPreview` was constantly being rendered. It's pretty expensive since `ClaimPreview`'s rendering checks against a huge blocklist, which is another issue on it's own.

- This commit tests the usage of `re-reselect` as the solution to the multi-instance memoization problem (https://github.com/toomuchdesign/re-reselect/blob/master/examples/1-join-selectors.md)
2021-12-03 15:22:32 -05:00
..
actions improve sync 2021-11-30 15:03:38 -05:00
middleware lint 2021-10-15 23:49:41 -04:00
reducers abandoningById fixes 2021-11-16 16:23:17 -05:00
selectors re-reselect proof of concept + fix Date selector as first example 2021-12-03 15:22:32 -05:00