Skip to content

Instantly share code, notes, and snippets.

@jhfgloria
Last active May 1, 2019 16:52
Show Gist options
  • Select an option

  • Save jhfgloria/6696c00bc18f74e974957ea7c3575f48 to your computer and use it in GitHub Desktop.

Select an option

Save jhfgloria/6696c00bc18f74e974957ea7c3575f48 to your computer and use it in GitHub Desktop.
class MyChildComponent …
class MyParentComponent extends Component {
onCallback() {
console.log('Hello World')
}
render() {
<MyChildComponent callback={ this.onCallback } />
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment