In react, if your component receives props, you could do something like this:
const { id, onChange, onBlur } = this.props;
and then use them