Client-side Navigation
The <Link> component is your primary tool for client-side transitions. useRouter (from next/navigation) handles programmatic navigation in Client Components.
What You'll Learn
- Prefetching behaviour and how to disable it
router.push(),router.replace(),router.back()- Reading query params with
useSearchParams