I feel doing unnecessary routine, when I bind variables
this.handleInputChange = this.handleInputChange.bind(this);
or declare that = this
in order to use current object in an async handler.
Is there a way to handle this routine in a prototype?