From 9ddfd0b458c9306e7229f747dec6944c68162b9f Mon Sep 17 00:00:00 2001 From: Mohab Sameh Date: Thu, 23 Nov 2023 18:05:43 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Migration=20Features=20=E2=80=9Cnext-j?= =?UTF-8?q?s-client-side-routing-with-link-component=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...t-js-client-side-routing-with-link-component.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cms/migration-features/next-js-client-side-routing-with-link-component.md b/cms/migration-features/next-js-client-side-routing-with-link-component.md index efe2b46..4a37ead 100644 --- a/cms/migration-features/next-js-client-side-routing-with-link-component.md +++ b/cms/migration-features/next-js-client-side-routing-with-link-component.md @@ -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. \ No newline at end of file