rwieruch / favesound-redux

🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.
http://www.robinwieruch.de/the-soundcloud-client-in-react-redux/
1.59k stars 249 forks source link

Open links in a new tab/window #86

Open ohadschn opened 6 years ago

ohadschn commented 6 years ago

It is a good practice for media sites to open links in a new tab/windows (using target=“_blank”, preferably with rel="noopener" for better security and performance) as to not interrupt currently playing audio/video.

This is especially important as long as navigating out of the page incurs sign-out (https://github.com/rwieruch/favesound-redux/issues/82).

ohadschn commented 6 years ago

Not sure about the direct track link BTW, because that would result in the track starting to play in SoundCloud concurrently. Maybe that one should be a regular link (that opens in the same tab).