Closed kxdang closed 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.
Thanks, I completely forgot about the React-router part, I can fix this
fixed - used history to push to "/"
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.