Skip to content

Instantly share code, notes, and snippets.

@gpDA
Last active May 1, 2019 21:35
Show Gist options
  • Save gpDA/2ffa279605af6ad8f647ec9c7243b197 to your computer and use it in GitHub Desktop.
Save gpDA/2ffa279605af6ad8f647ec9c7243b197 to your computer and use it in GitHub Desktop.
// ./components/App.js
render(){
return(
<Counters counters={this.state.counter} onIncrement={this.handleIncrement} onDecrement={this.handleDecrement} />
<Chart counters={this.state.counters} />
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment