-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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: Where does react cache come from? #42684
Comments
Ok, it's not currently supported by react, but actually added through module augmentation by next. |
Anyway this is not clear in the doc 🤔 |
It's an experimental feature still: facebook/react#25506 |
Thanks for the reference! ⚛️ |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
What is the improvement or update you wish to see?
The docs mention using a
cache
function from thereact
package:In which version was it introduced? I can't find any resource about this function.
Is there any context that might help us understand?
Next 13
Does the docs page already exist? Please link to it.
https://beta.nextjs.org/docs/data-fetching/caching#preload-pattern-with-cache
The text was updated successfully, but these errors were encountered: