0.0.0-alpha1 • Published 12 years ago

historify v0.0.0-alpha1

Weekly downloads
167
License
MIT
Repository
github
Last release
12 years ago

Welcome to historify.js

historify.js (yes, it's literate code!) is a simple set of functions that facilitate history management for single page applications (SPAs).

Why manage the history?

The main purpose of historify is to allow applications to have a "back" button, but make sure everything works seamlessly whether the user presses the browser's back button, or the app's back button.

This normally has challenges, as Javascript doesn't have access to the browser's history. So, it's necessary to keep a local copy of the browser's history and make sure that it's in sync with the browser's.

See the official historify.js documentation

1.0.4

2 years ago

1.0.3

6 years ago

1.0.1

6 years ago

0.0.0-alpha1

12 years ago