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

Remove loginError from state #80

Closed chriszhangusc closed 6 years ago

chriszhangusc commented 6 years ago

I just realized that 'loginError' does not have to be in the state since we do not need to show it anywhere in the UI, so I think it should be removed to keep the code clean.