I have a multi-paged web app, in which users may go to a different page during an ongoing process. For example a user may be at /home and he may click a link to /dashboard while, say some music is being played through an <audio> tag. How can I allow the user to make the transit without pausing that audio? Kind of a smooth transition...
On the internet, I found that smoothState.js may be of help but I have little idea about how should I implement it with my react-apps made using create-react-app.
Thanks