Skip to content

Commit a692136

Browse files
authored
Fix: broken react-cache links
1 parent 1800ecf commit a692136

File tree

1 file changed

+2
-2
lines changed
  • 2021 - Archive/concurrent-react/legacy-concurrent-react/apis

1 file changed

+2
-2
lines changed

2021 - Archive/concurrent-react/legacy-concurrent-react/apis/react-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ menu: APIs
77

88
`react-cache` is a reference React Suspense cache implementation maintained by the React team.
99
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).
1111

1212
**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.
1313

@@ -92,4 +92,4 @@ Other APIs:
9292
**Recommended Sources for further info:**
9393

9494
- v2.0.0 API change PR: [PR here](https://github.com/facebook/react/pull/13337)
95-
- [`react-cache` source](https://github.com/facebook/react/blob/master/packages/react-cache/src/ReactCache.js)
95+
- [`react-cache` source](https://github.com/facebook/react/blob/16.8.6/packages/react-cache/src/ReactCache.js)

0 commit comments

Comments
 (0)