lbry-desktop/ui/component/claimPreviewTile
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
..
index.js re-reselect proof of concept + fix Date selector as first example 2021-12-03 15:22:32 -05:00
view.jsx strip out livestreams 2021-10-20 17:05:37 -04:00