twoCalls = e => { this.functionOne(e) this.functionTwo() } . . . <FormControl name="searching" placeholder="Searching" onChange={this.twoCalls} />