nextjs-progressbar
nextjs-progressbar copied to clipboard
Manual control
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() ?
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.