brokenprogrammer / RapidTunes

A music player that lets you play music from all sources.
MIT License
7 stars 4 forks source link

Feature/spotify auth hook #95

Closed brokenprogrammer closed 3 years ago

brokenprogrammer commented 3 years ago

Refactored a bit of code to make it into a react hook. This might not be how hooks are actually supposed to work but for now it will suffice i think.

We can refactor it together later!

Related to #94 #87