My fav place to learn to code is Scrimba
Get 20% off a subscription with my link 👇
https://scrimba.com/?via=brettwestwood
In this video, we'll be going over the basics of NextJS 13 and how to use it to create links and useRouter like a pro. NextJS 13 brings significant changes to the way we use links and routers, so be sure to watch this video to get up to speed!
NextJS 13 is a big update to Next.js, the popular ReactJS frontend framework. In this video, we'll be going over the basics of NextJS 13 and how to use it to create links and useRouter like a pro. NextJS 13 brings significant changes to the way we use links and routers, so be sure to watch this video to get up to speed!
Learn how to use the Link Component and useRouter Hook in NextJS 13 and inside the new app directory.
Private 1 on 1 Help 👇
https://calendly.com/dabrettwestwood/...
Join my FREE Discord to talk and network about web development! 👇
/ discord
Timestamps
0:00 Intro
0:25 Which one you should use? Link or useRouter?
0:47 How to create navigation pages and Link introduction
4:16 How to pass props/object through Link Component
6:47 useSearchParams and how to use it
11:00 Other props you can use in Link Component
11:36 Prefetching pages using the Link Component with Example
13:50 the useRouter Hook and how to use it