remix-run / history

Manage session history with JavaScript
MIT License
8.28k stars 961 forks source link

Is there a way to not reload the page when the url changes? #899

Closed zababurinsv closed 2 years ago

zababurinsv commented 2 years ago

I have page and i creating history object

On page i use window.location.href = '/some_path'

i can't find listener what prevent reload page.

Can this be done using your library?