Music player in NextJS
Unanswered
Crème D’Argent posted this in #help-forum
Crème D’ArgentOP
Hi, I will be trying to make a soundcloud clone, and I was wondering, how the hell do you make a music player? Like yes it's a basic concept, but I don't want the music player to stop when I redirect the user to another page. Obviously this would be very easy in React, since the entire app is in one single page, but I need SSR. Is NextJS still a good choice for this app, and how would I implement this?