Hacker News new | ask | show | jobs
by jclem 2190 days ago
This is neat! Cool to encode the state in the URL, but it’s better to use replaceState rather than pushState for this. I don’t typically want every single change I make to add an entry to my browser history.
1 comments

Made this change. Thank you!