nextjs-progressbar icon indicating copy to clipboard operation
nextjs-progressbar copied to clipboard

Manual control

Open leephan2k1 opened this issue 3 years ago • 1 comments

I want to implement the loading to notify the user that it is fetching.

During fetching unchanged route to trigger routeChangeStart.

I want to control it to load as soon as possible and stop when an error occurs, How to implement it like NProgress.start() and NProgress.done() ?

leephan2k1 avatar Aug 17 '22 17:08 leephan2k1

You can use https://github.com/apal21/nextjs-progressbar/issues/81#issuecomment-1213941381 solution for now. I'm planning to export all the nprogress methods from this package. So you'll be able to use it without reinstalling.

imranbarbhuiya avatar Aug 17 '22 17:08 imranbarbhuiya