CodeNewbie Community 🌱

Discussion on: How do I change the URL without reloading the page?

Collapse
 
terabytetiger profile image
Tyler V. (he/him)

I think the answer might be different depending on what you mean here.

Are you redirecting the user, but want a transition between pages?

Are you trying to update the url as the user scrolls past a certain point on the page?

It could also be helpful to mention what you're working with - React, Vanilla JS, Vue, etc... since depending on the framework/libraries in use there may be different answers :)