Skip to content

Third CR

Latest
Compare
Choose a tag to compare
@anselmos anselmos released this 09 Mar 22:03
· 8 commits to master since this release
  • Fixes issue with sorting on leaderboard.
  • Adds a lot of tests for redux action/reducers.
  • Moves from state.user into redux auth_user making Redux more Single Source of Truth.
  • Moves from using state.toggleAnswered from App into Home - by using useState function hook.