You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each time you click a <Link/>, it pushes to the browser history even if the location already matches. This differs from the default implementation of anchor tags as far as I can tell.
When a simple anchor tag is clicked 100 times, there is only one history entry <a href="/foo">Go to Foo</a>
If you did the same for <Link />, you have 100 history entries which makes back and forward button navigation difficult.
Proposing we don't push when the location already matches
ardean, raventid, matus123, unarist, vladshcherbin and 32 more