lbry-desktop/ui/redux
infinite-persistence 4b0318cd38
Optimize tags and followedTags
followedTags:
- Moved the filtering to the reducer side, so that we don't do it every time. We can't rely on `createSelector` because the store will be invalidated on each `USER_STATE_POPULATE`, unfortunately.

tags:
- Memoize via re-reselect for the "ForUri" selector.
2021-10-20 11:29:16 +08:00
..
actions Fix reaction-selector reference invalidation 2021-10-19 21:15:26 +08:00
middleware Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
reducers Optimize tags and followedTags 2021-10-20 11:29:16 +08:00
selectors Optimize tags and followedTags 2021-10-20 11:29:16 +08:00