Closed DobDub closed 6 months ago
Nav bar uses <a>
tags which cause app to reload, which leads to app state being lost. App should use React <Link>
tags instead for navigation, as <Link>
re-renders the page while preserving state; as a React-app should.
when signed in the nav is not working