TECHWATCH
#all#howto#reactjs#resource#reactnative#ui#db#javascript#css#testing#library#cicd#nodejs#tutorial#typescript#nextjs#video#snippet#redux#html#solution#csseffect#learn#ux
snippet

How to use link with Next.js

import Link from "next/link";
     
<Link href="/my-page">
    <a>My Page</a>
</Link>

<Link href="https://nextjs.org">
    <a>Next.js</a>
</Link>
Related snippets
How to get cookie from middleware Next.js
How to setup store and Redux Persist with Next.js for SSR
How to use getServerSideProps with Next.js for SSR (server side rendering)
How to get current pathname with Next.js

289 links

77 snippets

Feedback

You have feature idea, feedback or suggestion for new tag click here and submit form

Footer

Twitter

© 2021 Techwatch. All rights reserved.