Browse Source

Add link to refs-and-the-dom in description

main
Rauno 7 years ago
parent
commit
3709c8e4ef
  1. 2
      content/docs/reference-react.md

2
content/docs/reference-react.md

@ -232,5 +232,5 @@ For more information, see [forwarding refs](/docs/forwarding-refs.html).
### `React.createRef`
`React.createRef` creates a ref that can be attached to React elements via the ref attribute.
`React.createRef` creates a [ref](/docs/refs-and-the-dom.html) that can be attached to React elements via the ref attribute.
`embed:16-3-release-blog-post/create-ref-example.js`
Loading…
Cancel
Save