lbry-desktop/ui/redux
infinite-persistence 201a826381
Simplify makeSelectIsUriResolving
- Memo not required. `resolvingUris` is very dynamic and is a short array anyways.
- Changeg from using `indexOf` to `includes`, which is more concise.
2021-11-16 14:32:58 +08:00
..
actions Simplify makeSelectIsUriResolving 2021-11-16 14:32:58 +08:00
middleware Track duration of startup events 2021-10-22 16:02:21 +08:00
reducers Remove "same array" check now that USER_STATE_POPULATE only runs when there is new data. 2021-11-15 07:06:39 -08:00
selectors Simplify makeSelectIsUriResolving 2021-11-16 14:32:58 +08:00