13. What is Event Delegation?
Share
Event Delegation is a common approach to avoid too many event listeners, which is used in jQuery and React.
Could you explain how Event Delegation work?
Event Delegation is a common approach to avoid too many event listeners, which is used in jQuery and React.
Could you explain how Event Delegation work?