lbry-desktop/ui/redux
infinite-persistence 29b845c3fc 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-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 Optimize tags and followedTags 2021-12-03 15:22:32 -05:00
selectors Optimize tags and followedTags 2021-12-03 15:22:32 -05:00