Skip to content

Instantly share code, notes, and snippets.

@jordanrios94
Created October 5, 2018 08:09
Show Gist options
  • Save jordanrios94/d4fe1cf028b0567ed408f061d11ae492 to your computer and use it in GitHub Desktop.
Save jordanrios94/d4fe1cf028b0567ed408f061d11ae492 to your computer and use it in GitHub Desktop.
FE Routing
function handlePopState(e) {
 // code before url change
}

window.addEventListener('popstate', handlePopState);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment