Browse Source

Add temporary link to context RFC slated for 16.3 (#647)

Add temporary link to context RFC slated for 16.3
main
Alex 7 years ago
committed by GitHub
parent
commit
11834be55e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      content/docs/context.md

4
content/docs/context.md

@ -15,6 +15,10 @@ With React, it's easy to track the flow of data through your React components. W
In some cases, you want to pass data through the component tree without having to pass the props down manually at every level.
You can do this directly in React with the powerful "context" API.
> Note:
>
> 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.
## Why Not To Use Context

Loading…
Cancel
Save