テーマ決め

moai

Routing: Fundamentals | Next.js

pagesディレクトリは一応まだ使える

pagesとappでパス名が被るとビルド時にエラーが出るらしい

appの中身はデフォルトでReact Server Componentsとして扱われる

special filesで気になるもの:

higashiji

ドキュメント読んだメモ

fetchの拡張

The new data fetching system is built on top of the native [fetch() Web API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) and makes use of async/await in Server Components.

Learn how to use fetch in Next.js.

Data Fetching: Fundamentals | Next.js

React がネイティブの fetch を patch しようとしてる話

mutation

Data Fetching: Mutating | Next.js