mefechoel / svelte-navigator

Simple, accessible routing for Svelte
Other
506 stars 39 forks source link

How to add progress bar before routing to next page #68

Closed ghost closed 2 years ago

ghost commented 2 years ago

labels : help wanted

I am beginner using svelte-navigator please can someone help me how can I add progress bar before loading the next and page.

mefechoel commented 2 years ago

Hello there, could you explain what exactly you want to do a bit more? Do you want to wait for some action to complete before navigating to another page or go to some page and then load something?

ghost commented 2 years ago

just add loading animation while the next component is loading.

mefechoel commented 2 years ago

Have a look at the lazy loading example. Maybe it helps with your use case.