ShotaroHirose59 / nextjs-dashboard

Learn Next.js
https://nextjs-dashboard-dun-pi-28.vercel.app
0 stars 0 forks source link

Chapter4 Creating Layouts and Pages #5

Open ShotaroHirose59 opened 4 months ago

ShotaroHirose59 commented 4 months ago

https://nextjs.org/learn/dashboard-app/creating-layouts-and-pages So far, your application only has a home page. Let's learn how you can create more routes with layouts and pages.

Topics

キーワード

ShotaroHirose59 commented 4 months ago

ネストされたルーティング

スクリーンショット 2024-03-11 0 19 26
ShotaroHirose59 commented 4 months ago

layout.tsx

Next.js でレイアウトを使用する利点の 1 つは、ナビゲーション時にページ コンポーネントのみが更新され、レイアウトは再レンダリングされないことです。部分レンダリング

スクリーンショット 2024-03-11 0 31 24

ルートレイアウト

app/layout.tsxはルートレイアウト。 アプリケーション内のすべてのページで共有される