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