Skip to content

Commit 11834be

Browse files
authored
Add temporary link to context RFC slated for 16.3 (#647)
Add temporary link to context RFC slated for 16.3
2 parents fb32db1 + d59c4f9 commit 11834be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/docs/context.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ With React, it's easy to track the flow of data through your React components. W
1515
In some cases, you want to pass data through the component tree without having to pass the props down manually at every level.
1616
You can do this directly in React with the powerful "context" API.
1717

18+
> Note:
19+
>
20+
> A [new, safe version of context](https://github.com/reactjs/rfcs/blob/master/text/0002-new-version-of-context.md) is under development for the upcoming 16.3 release.
21+
1822

1923
## Why Not To Use Context
2024

0 commit comments

Comments
 (0)