nextjs-progressbar
nextjs-progressbar copied to clipboard
A simple Next.js progressbar component using NProgress.
Hello there, I've noticed that next 13 removed `router.events` (the API that this lib uses to detect the route change) There is a conversation going on here relevant for this...
in the mobile: when the progressbar is loading, the page has a transform and when loading is complated, the page is ok 
Hi I've used this module in a couple of projects, and enjoy it generally! Thanks so much. However I've come across some (seemingly) unexpected behaviour for Next JS projects utilising...
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...
Doesn't support react version 18.
As Next 13 app dir is not supported, this PR adds a note to save confusion for new users and link to the issue until the problem is resolved. Relates...
I implemented an onClick event function that allows the `` component to display a confirmation modal whenever the page is moved as follows. ```jsx e.preventDefault(); handleShowModal( commonModal({ title: 'title', description:...
Bumps [next](https://github.com/vercel/next.js) from 13.4.9 to 13.5.0. Release notes Sourced from next's releases. v13.4.20-canary.41 Core Changes Add mui-core to the default optimizePackageImports list: #55554 Consolidate experimental React opt-in & add ppr...
This dependency introduces accessibility issues: `https://github.com/rstacruz/nprogress` It is using invalid aria roles. The repo has a lot of issues about this and even pull-requests, but it seems like the package...
Hello! Is there a way to disable NextProgress when visiting pages that contain static content or were created with getStaticProps? Navigating to those pages is so fast that I don't...