Skip to content

Instantly share code, notes, and snippets.

@hedgerh
Last active October 22, 2015 08:24
Show Gist options
  • Select an option

  • Save hedgerh/68fc6e7145e6d658915c to your computer and use it in GitHub Desktop.

Select an option

Save hedgerh/68fc6e7145e6d658915c to your computer and use it in GitHub Desktop.
render() {
return (
<div>
<button onClick={ this.updatePost }>Update</button>
</div>
);
};
updatePost(e) {
this.props.onUpdatePost(this.props);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment