I am trying to figure out how to change the URI with javascript and not reload the page. The action would be similar to navigating a folder structure on github where when you click a folder it takes you to a new url that is representative of the folder you clicked but the page is not reloaded.
When I change my uri with js no matter what I seem to do the page refreshes. How can I avoid this?