Skip to content

Instantly share code, notes, and snippets.

@bmind12
Last active April 1, 2018 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmind12/710db205ae2e641a6b59578002b8cc19 to your computer and use it in GitHub Desktop.
Save bmind12/710db205ae2e641a6b59578002b8cc19 to your computer and use it in GitHub Desktop.
React refs - old way of naming
render() {
return (
<div ref='string'>
Hello world!
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment