Add built-in Suspense cache with support for invalidation (refreshing) (#20456)

This commit is contained in:
Andrew Clark
2020-12-18 12:57:24 -06:00
committed by GitHub
parent 00a5b08e24
commit efc57e5cbb
39 changed files with 2387 additions and 59 deletions

View File

@@ -371,5 +371,6 @@
"380": "Reading the cache is only supported while rendering.",
"381": "This feature is not supported by ReactSuspenseTestUtils.",
"382": "This query has received more parameters than the last time the same query was used. Always pass the exact number of parameters that the query needs.",
"383": "This query has received fewer parameters than the last time the same query was used. Always pass the exact number of parameters that the query needs."
"383": "This query has received fewer parameters than the last time the same query was used. Always pass the exact number of parameters that the query needs.",
"384": "Refreshing the cache is not supported in Server Components."
}