class Product extends Component{ handleUpVote(id) { this.props.onVote(id) } ... this.handleProductUpVote(product.id)} /> }