Hacker News new | ask | show | jobs
by zuppy 2618 days ago
you can use replaceState for that and back will work fine
2 comments

I didn't really look at the code, mostly because I just found the idea interesting as I hadn't considered it. Kind of surprised that it's not using the history api to replace the hash.
He explains in the article that he couldn't do it with History API since it is throttled by the browsers.
Oh nice; good to know that there's an easy way to get around that.