open-saas
open-saas copied to clipboard
Optimizing navigation-link-behaviour
AppNavBar.tsx L48
Replace <a href> with <NavLink to> (imported from react-router-dom)
This change makes the pages load quicker and without refreshing everything like an external link.
Would Wasp's Link component (which is a NavLink wrapper) maybe be better for this?