Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Last active March 30, 2020 17:03
Show Gist options
  • Select an option

  • Save akexorcist/f137c34be751805a458b46189f1b2e91 to your computer and use it in GitHub Desktop.

Select an option

Save akexorcist/f137c34be751805a458b46189f1b2e91 to your computer and use it in GitHub Desktop.
var UserCard = React.createClass({
onButtonClick: function() {
...
},
render: function() {
return (
<div>
<button onClick={this.onButtonClick}>Confirm</button>
</div>
)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment