Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: clarify fetch request de-duplication #52100

Merged
merged 3 commits into from Jul 9, 2023
Merged

Conversation

fuma-nama
Copy link
Contributor

fixes: #52077

"POST requests are not automatically deduplicated" is wrong, they are automatically deduplicated.

Requests are not deduplicated when they match the conditions listed here: https://nextjs.org/docs/app/building-your-application/data-fetching/caching#fetch

@ijjk
Copy link
Member

ijjk commented Jul 2, 2023

Allow CI Workflow Run

  • approve CI run for commit: 0ad0bef

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@ijjk
Copy link
Member

ijjk commented Jul 2, 2023

Allow CI Workflow Run

  • approve CI run for commit: 0ad0bef

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@fuma-nama fuma-nama changed the title Fix conflicts about POST requests deduping Docs: Fix conflicts about POST requests deduping Jul 2, 2023
@leerob leerob changed the title Docs: Fix conflicts about POST requests deduping docs: clarify fetch request de-duplication Jul 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Conflicting info about POST deduping?
3 participants