-
Is it possible to use routing, but without making any changes to the browser's URL location? If someone refreshes the page, they would start over at the beginning. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Currently it's not possible but I can implement it. What would be the use case? Note that this also means browser back and forward buttons would not work, however Pinecone Router got that functionality built in and that would work if you make your own buttons |
Beta Was this translation helpful? Give feedback.
-
I added |
Beta Was this translation helpful? Give feedback.
I added
Settings.pushState
property to toggle updating the URL. it didn't bloat anything and I thought it makes sense considering the router has a built-in history objectout now in 7.2.0