Skip to content

Commit

Permalink
docs: add Typescript statically typed links mention in link doc (#52847)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineBourin committed Jul 19, 2023
1 parent ec8af55 commit 08e87fb
Showing 1 changed file with 4 additions and 0 deletions.
@@ -1,6 +1,10 @@
---
title: Linking and Navigating
description: Learn how navigation works in Next.js, and how to use the Link Component and `useRouter` hook.
related:
description: Learn more about statically typed links with TypeScript.
links:
- app/building-your-application/configuring/typescript#statically-typed-links
---

The Next.js router uses [server-centric routing](/docs/app/building-your-application/routing#server-centric-routing-with-client-side-navigation) with [client-side navigation](#how-navigation-works). It supports [instant loading states](/docs/app/building-your-application/routing/loading-ui-and-streaming) and [concurrent rendering](https://react.dev/reference/react/startTransition). This means navigation maintains client-side state, avoids expensive re-renders, is interruptible, and doesn't cause race conditions.
Expand Down

0 comments on commit 08e87fb

Please sign in to comment.