Answers for "how to use link in next without reloading"

1

link in next js is refresh page

<Link href="/shop/[pid]" as={`/shop/${id}`}>
	<a>Shop by menu</a>
</Link>
Posted by: Guest on December-09-2020

Code answers related to "how to use link in next without reloading"

Browse Popular Code Answers by Language