Skip to content

Instantly share code, notes, and snippets.

@chengjianhua
Created August 18, 2016 03:31
Show Gist options
  • Save chengjianhua/1547af2e6150d878268e02ab46c96d73 to your computer and use it in GitHub Desktop.
Save chengjianhua/1547af2e6150d878268e02ab46c96d73 to your computer and use it in GitHub Desktop.
React.cloneElement usage
React.cloneElement(child, {
onSort: this.handleSort.bind(this, field),
orderStatus: this.state.orderStatus
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment