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: src/content/reference/react/cache.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,11 @@ title: cache
3
3
canary: true
4
4
---
5
5
6
-
<<<<<<< HEAD
7
-
<Canary>
8
-
*`cache` is only for use with [React Server Components](https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023#react-server-components). See [frameworks](https://react.dev/learn/start-a-new-react-project#bleeding-edge-react-frameworks) that support React Server Components.
9
-
10
-
*`cache` is only available in React’s [Canary](https://react.dev/community/versioning-policy#canary-channel) and [experimental](https://react.dev/community/versioning-policy#experimental-channel) channels. Please ensure you understand the limitations before using `cache` in production. Learn more about [React's release channels here](/community/versioning-policy#all-release-channels).
11
-
</Canary>
12
-
=======
13
6
<RSC>
14
7
15
8
`cache` is only for use with [React Server Components](/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023#react-server-components).
16
9
17
10
</RSC>
18
-
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
19
-
20
11
<Intro>
21
12
22
13
`cache` lets you cache the result of a data fetch or computation.
0 commit comments