lbry-desktop/ui
infinite-persistence 8d1d2d2cf0 RecommendedContent: prevent excessive render
## Issue
When seeking on a video, RecommendedContent gets re-rendered, which causes the 20 ClaimPreviews to be re-rendered, several times. ClaimPreview has lots of children, plus it's constantly checking against the blacklist, among other things.

## Fix
The culprit seems to be the `recommendedContent` array -- the address may be different, but the contents are the same.
Do a deep compare instead.
2021-07-05 11:03:53 -04:00
..
component RecommendedContent: prevent excessive render 2021-07-05 11:03:53 -04:00
constants updated code 2021-07-03 14:42:37 -04:00
effects Wunderbar: change throttle to debounce + add min chars 2021-06-23 14:15:59 -04:00
modal ChannelThumbnail improvements 2021-07-05 16:04:10 +08:00
page make flow shut up 2021-07-05 10:02:03 -04:00
redux improve pending over refreshes 2021-07-05 10:22:13 -04:00
scss updated code 2021-07-03 14:42:37 -04:00
util RSS feed for channels 2021-07-02 13:03:21 +08:00
analytics.js Fix lint (removal of videoFetchDuration) 2021-06-10 10:14:52 -04:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
comments.js Commentron Moderation Delegation API 2021-06-18 15:46:51 -04:00
i18n.js Revert "Simplify language lists" 2021-04-06 15:42:27 -04:00
index.jsx CodeSplit: Load 3rd-party css before ours. 2021-06-25 16:00:45 +08:00
logWarningConsoleMessage.js new lbc icon 2020-09-29 17:12:32 -04:00
native.js working 2020-12-16 10:52:22 -05:00
reducers.js wip 2021-06-08 13:25:52 -04:00
rewards.js When a new reward is acquired, only close modals if the reward comes from reward_code 2021-01-08 08:16:41 -07:00
store.js improve pending over refreshes 2021-07-05 10:22:13 -04:00