kxdang / notcodenames

An online multiplayer board game
https://notcodenames.com
3 stars 0 forks source link

Move Home and Settings to bottom of scoreboard for better UX #17

Closed kxdang closed 4 years ago

adrianlee commented 4 years ago

Home button should use React-Router to navigate instead of a location.href = "/".

A location.href approach will make users reload the page (download all the js, html, css again)

A router navigation approach will just switch the route component.

kxdang commented 4 years ago

Thanks, I completely forgot about the React-router part, I can fix this

kxdang commented 4 years ago

fixed - used history to push to "/"