Skip to content

Instantly share code, notes, and snippets.

@ellereeeee
Created June 24, 2018 07:41
Show Gist options
  • Save ellereeeee/35c174f5c9bdd17f4f59be0f6d25bf63 to your computer and use it in GitHub Desktop.
Save ellereeeee/35c174f5c9bdd17f4f59be0f6d25bf63 to your computer and use it in GitHub Desktop.
class Counter extends React.Component {
constructor(props) {
super(props)
this.state = {count: 0}
this.handleClick = this.handleClick.bind(this)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment