Shiv2205 / SOEN_390_Team_20

https://soen-390-team-20.vercel.app/
2 stars 0 forks source link

Nav issue #39

Closed DobDub closed 6 months ago

DobDub commented 7 months ago

when signed in the nav is not working

Shiv2205 commented 7 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.