I\'m I understanding it correctly ? Does this two set of code meant the same thing ?Does it have any difference in performance or reliability ?
If you want to handle the scroll you can use it this way:
handleScroll = (event) => { //custom actions } { this.handleScroll(event); }}) }>