yanniz0r/sonq

Refactor socket connection

Opened this issue · 0 comments

The whole socket connection stuff got a little bit bloated. Therefore we should refactor it to achieve the following:

  • Components mostly consume data from a store rather than collecting them themselves
  • The whole socket connection is typesafe
  • Logic should not be in the components anymore