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...
blog.frontendtony.com2 min read