How to Use NextJS Loader for Page Transitions
Context
NextJs does Automating Code-Splitting on the basis of pages, so each time there is a route change, nextjs dynamically loads the necessary modules.
If you're using Nextjs Link Component, it prefetches the necessary modules related to page Lin...
epic.hashnode.dev2 min read