You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/02-app/01-building-your-application/04-caching/index.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Caching behavior changes depending on whether the route is statically or dynamic
33
33
34
34
## Request Memoization
35
35
36
-
React extends the [`fetch` API](#fetch) to automatically **memoize** requests that have the same URL and options. This means you can call a fetch function for the same data in multiple places in a React component tree while only executing it once.
36
+
Next.js extends the [`fetch` API](#fetch) to automatically **memoize** requests that have the same URL and options. This means you can call a fetch function for the same data in multiple places in a React component tree while only executing it once.
0 commit comments