Skip to content

Instantly share code, notes, and snippets.

@mrwithersea
Last active August 11, 2017 13:19
Show Gist options
  • Save mrwithersea/7839b9d543ad9d6802db62a4cbc79d25 to your computer and use it in GitHub Desktop.
Save mrwithersea/7839b9d543ad9d6802db62a4cbc79d25 to your computer and use it in GitHub Desktop.
React stateless componentDidMount
<input ref={ function(component){ component && React.findDOMNode(component).focus();} } />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment