lbry-desktop/ui/component/recommendedContent
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
..
index.js style pass 2021-04-08 12:40:07 -04:00
view.jsx RecommendedContent: prevent excessive render 2021-07-05 11:03:53 -04:00