Skip to content
andreasbernhard edited this page Mar 7, 2013 · 3 revisions

Post any articles about History.js here :-)

Hashbangs (#!), hashes (#) and even the HTML5 History API (pushState, popState) all have issues. This article will go through the issues with each one, their use cases, then provide the evolution of their solutions. At the end with little bit of educated simplicity you'll be able to achieve better results; in terms of a better experience for your users as well as better compatibility, accessibility and maintainability in your solutions.

Every single web browser implements the HTML5 History API differently. Learn why History.js is a necessity for working with the HTML5 History API.

Contribute to History.js

Common Issues and Solutions