I'm currently trying to use Nav
with react-router
. The default behavior reloads the page, so I'm trying to use the Link
component from react-router-dom
.
It's quite difficult to preserve the default styling when overriding linkAs
.
Is there any global way to override link navigation behavior?
Like defining a global link render function, which I can then set to render the Link
component from react-router-dom
?