How to pass extra parameters to an onClick event using the ES6 syntax?
For instance:
handleRemove = (e) => { } render() {
onClick={this.handleRemove.bind(this, id)}