26th December 2015 | By: marcinkawa
Manipulating the browser history [HTML5]
Since the introduction of HTML5 it’s been possible to manage the browser history using the history and history.pushState API. It allows us to change the URL in the browser without the page refreshing. There are a lot of frameworks that already support… Continue