Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Replicate browsers' same route navigation behavior #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mrkishi
Copy link
Collaborator

@mrkishi mrkishi commented Jan 25, 2018

Browsers do not ignore navigation requests (eg. link clicks) to the current page like roadtrip. Instead, they perform the navigation without creating a new history entry.

This will replicate that behavior, unless replaceState or the new ignoreSameRoute options are explicitly passed to goto().

Browsers do not ignore navigation requests (eg. link clicks) to the
current page like roadtrip. Instead, they perform the navigation without
creating a new history entry.

This will replicate that behavior, unless `replaceState` or the new
`ignoreSameRoute` options are explicitly passed to `goto()`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant