psychedelicious a41406ca9a perf(ui): optimize all selectors 1
I learned that the inline selector syntax recreates the selector function on every render:

```ts
const val = useAppSelector((s) => s.slice.val)
```

Not good! Better is to create a selector outside the function and use it. Doing that for all selectors now, most of the way through now. Feels snappier.
2024-08-30 22:20:12 +10:00
..
2024-08-30 22:20:12 +10:00
2024-08-30 22:19:54 +10:00
2024-08-30 22:20:12 +10:00
2024-01-12 08:02:59 +11:00
2023-07-28 09:46:44 -04:00
2024-05-15 14:09:44 +10:00
2024-04-15 07:54:36 +10:00
2024-08-30 22:18:50 +10:00
2024-03-13 22:43:20 +11:00
2024-03-01 10:42:33 +11:00