← All Blogs

Progress Bar in Next.js

29 July, 2021

Progress Bar in Next.js blog

Sometimes when you transition from one route to another, it takes a little time to do so due to different factors. Behind the scenes, it may be rendering a complex page component or doing an API call. In such cases, the app looks like it has frozen for some seconds and then suddenly transitions to the next route. This results in a poor UX. In such cases, it is better to add a progress bar to your application that gives your users a sense that something is loading.

In this tutorial, you'll learn how to implement a progress bar in a Next.js application.

Read the full blog on RavSam.

Thanks for reading 💜


I publish a monthly newsletter in which I share personal stories, things that I am working on, what is happening in the world of tech, and some interesting dev-related posts which I across while surfing on the web.

Connect with me through TwitterLinkedInGithub or send me an Email.

Ravgeet, Full Stack Developer and Technical Content Writer

🚀 Come Join my Newsletter

I share tips on how to get started with freelancing, remote jobs, developer-related stuff, startup ecosystem, and lots of insider secrets with my subscribers.

Subscribe →
🧠 More Interesting Reads
Generating dynamic sales quotes with Dropbox Sign
Automate Sales Quotes Seamlessly with Dropbox Sign Integration
Creating an App Information Component in Nuxt
Learn how to create a component to show the App Version and Last Updated At time in a Nuxt app.
Using Custom Controllers in Strapi to Power a Next.js App
Learn about custom controllers in Strapi by building a messaging app.