i was wondering if there is a way to bind multiple functions in one statement in React class constructor? insted of:
this.function1.bind(this); this.function2.bind(this); this.function3.bind(this);