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

Interactive track metadata (play, favorite, repost, comment, download, buy) #89

Open ohadschn opened 6 years ago

ohadschn commented 6 years ago

image

It would be great if the little buttons below each track were clickable, allowing us to:

rwieruch commented 6 years ago

That's a big one, but I like it. Maybe someone who tackles it can go through each action step by step. This would keep the PRs small instead of having one huge PR for all clickable buttons.

wkjin112 commented 4 years ago

That's a big one, but I like it. Maybe someone who tackles it can go through each action step by step. This would keep the PRs small instead of having one huge PR for all clickable buttons.