Using the HTML5 History API

The HTML5 History API gives developers the ability to modify a website’s URL without a full page refresh. This is particularly useful for loading portions of a page with JavaScript, such that the content is significantly different and warrants a new URL. Here’s an example. Let’s say a person navigates from the homepage of a … Continue reading Using the HTML5 History API