Articles - browserstate/history.js GitHub Wiki
Post any articles about History.js here :-)
Intelligent State Handling
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.
The State of the HTML5 History API
Every single web browser implements the HTML5 History API differently. Learn why History.js is a necessity for working with the HTML5 History API.
Developers Guide
Contribute to History.js