Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Migration Features “next-js-client-side-routing-with-link-component” #13

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading