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

Add Refresh button #85

Open ohadschn opened 6 years ago

ohadschn commented 6 years ago

A refresh button that gets the newest tracks would be great, especially considering browser refresh results in sign-out (https://github.com/rwieruch/favesound-redux/issues/82).

ElishebaW commented 6 years ago

Maybe we should not log someone out when the page refreshes. The session needs to be stored better. @rwieruch wrote about this. https://www.robinwieruch.de/local-storage-react/ Creating an issue for that.