Skip to content

Commit

Permalink
Update Migration Features “next-js-client-side-routing-with-link-comp…
Browse files Browse the repository at this point in the history
…onent”
  • Loading branch information
mohab-sameh committed Nov 23, 2023
1 parent 281f318 commit 9ddfd0b
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
created-on: 2023-11-13T13:52:30.457Z
f_feature-title: Client-Side Routing with Link Component
title: Next.js - Client-Side Routing with Link Component
layout: "[migration-features].html"
slug: next-js-client-side-routing-with-link-component
updated-on: '2023-11-13T13:52:30.457Z'
created-on: '2023-11-13T13:52:30.457Z'
published-on: '2023-11-13T15:42:20.086Z'
layout: '[migration-features].html'
title: Next.js - Client-Side Routing with Link Component
updated-on: 2023-11-13T13:52:30.457Z
published-on: 2023-11-13T15:42:20.086Z
tags: migration-features
date: 2023-11-23T18:04:34.654Z
---

Despite the server-centric routing, the app router still offers client-side routing capabilities using the link component. This basically means no hard reloads when navigating between pages, resulting in a smoother user experience.
Despite the server-centric routing, the app router provides client-side routing with the link component, enabling smooth navigation without hard reloads for a better user experience.

0 comments on commit 9ddfd0b

Please sign in to comment.