webamp icon indicating copy to clipboard operation
webamp copied to clipboard

Pull marquee stepping out of Redux

Open captbaritone opened this issue 4 years ago • 1 comments
trafficstars

Marquee stepping happens continuously at a relatively rapid frequency. Keeping this data in Redux means we need to run many selectors every time we step. By moving this state into React local state we can reduce the amount of work that is needed on each step.

captbaritone avatar Feb 11 '21 06:02 captbaritone

Size Change: -56 B (0%)

Total Size: 450 kB

Filename Size Change
./packages/webamp/built/webamp.bundle.min.js 272 kB -31 B (0%)
./packages/webamp/built/webamp.lazy-bundle.min.js 178 kB -25 B (0%)

compressed-size-action

github-actions[bot] avatar Feb 11 '21 06:02 github-actions[bot]