How to preload pages with Nextjs
There are two next-specific ways you can navigate between pages in a Nextjs application (on the client side) Using the component from next/link (declarative) Using the router object from the useRouter hook (imperative) We're going to look at prefe...
Aug 15, 20212 min read2.2K