Next.js app with route loading
Sometimes when switching between pages, Next.js needs to download pages from the server before rendering the page. This will happen on SSR projects especially, And it may also need to wait for the data. So while doing these tasks, the browser might b...
hamidmohamadi.hashnode.dev4 min read