react-compare-slider
react-compare-slider copied to clipboard
Split event handlers in `ReactCompareSlider.tsx` into smaller standalone hooks
The main module is getting pretty big. The logic for event handlers should be split into their own hooks where possible and moved to another file.