Open9

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

azukiazusaazukiazusa

Next.js のドキュメントには次のように記載されてる

React will automatically cache fetch requests with the same input in a temporary cache. This is an optimization to avoid the same data being fetched more than once during a rendering pass - and is especially useful when multiple components need to fetch the same data.

https://beta.nextjs.org/docs/data-fetching/fundamentals#automatic-fetch-request-deduping

React が自動的に fetch request をキャッシュすると書いてある。

azukiazusaazukiazusa

fetch request をキャッシュするのは use() を使ったときのため?

azukiazusaazukiazusa

Twitter や Issue の反応を見る限り否定的な意見が多い印象