Skip to content

Instantly share code, notes, and snippets.

@jeswin
Last active February 9, 2019 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeswin/e74c209f40d6546eacdf9985933f7374 to your computer and use it in GitHub Desktop.
Save jeswin/e74c209f40d6546eacdf9985933f7374 to your computer and use it in GitHub Desktop.
router-article-popstate
window.onpopstate = ev =>
storePathInState(window.location.pathname.split("/").slice(1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment