amarvick / alexmarvick-spotifyapp

React/Redux project retrieving data from Spotify's API to create a 10-question quiz to guess each song played by their favorite artist. Not 100% code complete but it is ready for demo! Click the heroku link to check out -->
https://am-spotify-quiz.herokuapp.com/
0 stars 1 forks source link

Asynchronous functions causing issues #1

Open amarvick opened 6 years ago

amarvick commented 6 years ago

Need to make sure that the game flow always works; if user navigates too quickly, bugs could be experienced.

NOTE: Works, but sometimes songs can play while 'loading'. This is less of a big deal, however. Will log another bug in later, but loading feature now works.

amarvick commented 6 years ago

NOTE! This includes the flashing issue at the beginning of gameplay.

amarvick commented 6 years ago

I think if a song is already playing and you play a new game whose generated playlist includes the song you are already playing, it won't play the new playlist... investigate a bit further