Browse Source

Tweaked link to Context API

main
Brian Vaughn 7 years ago
parent
commit
5a587d187e
  1. 2
      content/blog/2018-03-29-react-v-16-3.md

2
content/blog/2018-03-29-react-v-16-3.md

@ -24,7 +24,7 @@ Version 16.3 introduces a new context API that is more efficient and supports bo
Here is an example illustrating how you might inject a "theme" using the new context API:
`embed:16-3-release-blog-post/context-example.js`
[Learn more about the new context API here.](/docs/context.html#api)
[Learn more about the new context API here.](/docs/context.html)
## `createRef` API

Loading…
Cancel
Save