You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2021 - Archive/concurrent-react/legacy-concurrent-react/apis/react-cache.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ menu: APIs
7
7
8
8
`react-cache` is a reference React Suspense cache implementation maintained by the React team.
9
9
It was previously known as `simple-cache-provider`.
10
-
[The entire codebase](https://github.com/facebook/react/blob/master/packages/react-cache/src/ReactCache.js) is less than 200 lines of Flow-typed code. You can see usage examples in the [Suspense fixture](https://github.com/facebook/react/blob/master/fixtures/unstable-async/suspense/src/components/UserPage.js).
10
+
[The entire codebase](https://github.com/facebook/react/blob/16.8.6/packages/react-cache/src/ReactCache.js) is less than 200 lines of Flow-typed code. You can see usage examples in the [Suspense fixture](https://github.com/facebook/react/blob/v16.8.6/fixtures/unstable-async/suspense/src/components/UserPage.js).
11
11
12
12
**Note: `react-cache` is under very active development - this document is more likely than the others to be out of date.** For example, `createCache` no longer exists.
13
13
@@ -92,4 +92,4 @@ Other APIs:
92
92
**Recommended Sources for further info:**
93
93
94
94
- v2.0.0 API change PR: [PR here](https://github.com/facebook/react/pull/13337)
0 commit comments