Operation for replacing a URL without modifying history
Closed this issue · 2 comments
Deleted user commented
The function for navigating, navigate!
, adds a new entry to the history and changes the URL. Would it make sense to have an alternative that doesn't add an entry to the history? Kind of how pushState
and replaceState
work in the History API.
niwinz commented
👍 PR is welcome ;)
niwinz commented
It just can be a new function or an additional parameter to navigate!
, I don't know that is the better solution