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

Bug fix for dashboard redirect and add new test for session reducer #79

Closed chriszhangusc closed 6 years ago

chriszhangusc commented 6 years ago
  1. Reset login error when leaving the dashboard page instead of resetting the whole session.
  2. Add test for newly added functions for session reducer.