We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
React cache doesn't cache values in a server action.
https://react.dev/reference/react/cache
Multiple calls to a cache'd function would return a fresh call. This is reasonable but I think it needs a callout in the docs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
React cache doesn't cache values in a server action.
Page
https://react.dev/reference/react/cache
Details
Multiple calls to a cache'd function would return a fresh call. This is reasonable but I think it needs a callout in the docs.
The text was updated successfully, but these errors were encountered: