Skip to content

mobily-enterprises/historify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Browser istory management for single page applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published