1.0.3 • Published 4 years ago

historify v1.0.3

Weekly downloads
167
License
GPL-3.0-or-later
Repository
github
Last release
4 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.3

4 years ago

1.0.1

4 years ago

0.0.0-alpha1

10 years ago