ProgrUmar Logo
Module 1: Foundations & Routing

Navigation with <Link> and useRouter

Duration: 10 mins

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
Chat with us