constructor(props) { super(props) this.onClick = this.onClick.bind(this) } onClick () { this.setState({...}) }