App startup is slow, and sliders are laggy. We are re-rendering the whole component tree on any state change. With `useSelector` we should avoid that. When parent components are sorted, check SampleDistanceSlider https://github.com/InsightSoftwareConsortium/itk-viewer-bootstrap-ui/pull/10#discussion_r888902706
App startup is slow, and sliders are laggy.
We are re-rendering the whole component tree on any state change. With
useSelectorwe should avoid that.When parent components are sorted, check SampleDistanceSlider #10 (comment)