Skip to content

Blue-Nomad/SvelteKit-Issue-Demo-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

When navigating from the Home page to a Project page and vice versa, all 4 hooks run, but when navigating between the Project pages the Mount hooks don't run.

So I'm looking for hooks that run every time a page is navigated to when 1 component could be on every page. beforeNavigate & afterNavigate seemed perfect for that until I realised they also run when navigating to the page you're already on, which in my case runs the cleanup functions and kills the functionality of the page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published