Next.js pages are lazy-loaded so if you fetch some API or fetch data from a database it can take a few seconds to reach the second page. To let the user know that the page is being loaded we will add a progress bar at the top of the screen.

2m read timeFrom dev.to
Post cover image
Table of contents
So let's get startedAdding the progress bar 📊Customizing the progress bar
10 Comments

Sort: