Direction: Choose the correct option
Q1.
Why do you need to bind event handlers in class components?
Direction: Choose the correct option
Q2.
Which of the following is NOT a way to bind an event handler?
Direction: Choose the correct option
Q3.
What is a potential downside of using arrow functions in render (e.g., onClick={() => this.handleClick()})?
Direction: Choose the correct option
Q4.
In a functional component, do you need to bind event handlers?
Direction: Choose the correct option
Q5.
What is the recommended way to bind handlers in a class component to avoid performance issues?
