Skip to content

Instantly share code, notes, and snippets.

@geeksilva97
Created June 29, 2019 00:47
Show Gist options
  • Save geeksilva97/e539c60d444118e9246f2ce5955e8789 to your computer and use it in GitHub Desktop.
Save geeksilva97/e539c60d444118e9246f2ce5955e8789 to your computer and use it in GitHub Desktop.
Handle SPA routing
<script>
const path = window.location.pathname.slice(1);
localStorage.setItem('path', path);
window.location.href='../';
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment