Skip to content

Commit

Permalink
docs: clarify fetch request de-duplication (#52100)
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Robinson <me@leerob.io>
  • Loading branch information
fuma-nama and leerob committed Jul 9, 2023
1 parent ef6cb4c commit ea000d1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ If you need to fetch the same data (e.g. current user) in multiple components in

> **Good to know**:
>
> - `POST` requests are not automatically deduplicated. [Learn more about caching](/docs/app/building-your-application/data-fetching/caching).
> - `fetch` requests are automatically deduplicated [under the following conditions](/docs/app/building-your-application/data-fetching/caching).
> - If you're unable to use `fetch`, React provides a [`cache` function](/docs/app/building-your-application/data-fetching/caching#react-cache) to allow you to manually cache data for the duration of the request.
## Static and Dynamic Data Fetching
Expand Down

0 comments on commit ea000d1

Please sign in to comment.