Create a Redux connected version of the ScaleSlider component

  • Create a connected version of the ScaleSlider component which connects the component to a Redux store
  • Create a simple unit test for the new component

For example: ComponentsName.tsx -> ComponentsNameConnect.tsx and ComponentsNameConnect.test.tsx

Edited by Kristian Harju