Skip to content

Instantly share code, notes, and snippets.

@glureau
Created April 18, 2023 14:34
Show Gist options
  • Save glureau/3e5240ea15f824858ab6496c55b9ce2b to your computer and use it in GitHub Desktop.
Save glureau/3e5240ea15f824858ab6496c55b9ce2b to your computer and use it in GitHub Desktop.
document$.subscribe(() => {
// this executes after each navigation
alert(25)
})
function greg(){
alert(33);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment