I am trying to implement a music app in reactjs where users can perform all the operations like Spotify, as I was working on it I got stuck here [the song getting paused as soon as I go from one route to another.]
I want to implement something like : as we go from one route to another, the song should keep playing in the background. I read many articles and blogs and also watched YouTube videos but none of them worked for me. Can someone tell me how I can make it happen?
refer this sandbox, I tried to solve the above problem, Just like Header component is used in react JS.
Refer this link, code will explain: