rwieruch / favesound-redux

🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.

Home Page:http://www.robinwieruch.de/the-soundcloud-client-in-react-redux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open links in a new tab/window

ohadschn opened this issue · comments

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 (#82).

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).