event.target.name di setState

inputChangeHandler: function ({ target: { id, value }) {
    this.setState({ [id]: value });
},
Salo Hopeless