How to setup Page Loading during page change in Next.js?
Next.js works with server side rendering to generate an optimized version of the page. While this method is great for SEO as the page comes pre-rendered, you may have noticed that the UI doesn't get updated instantly when user navigates to another pa...
coffeed.hashnode.dev4 min read