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...