mefechoel / svelte-navigator

Simple, accessible routing for Svelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add progress bar before routing to next page

opened this issue · comments

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.

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?

just add loading animation while the next component is loading.

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