Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
293 results
Master JavaScript Event Delegation with this beginner-friendly tutorial designed for web developers preparing for job interviews.
1,885 views
10 months ago
Most events in JavaScript bubble. With event delegation, we take advantage of that bubbling by attaching a single event listener to ...
63 views
11 months ago
Most frontend apps slow down because developers attach event listeners to every button, item, or card. In this video, you'll learn ...
88 views
6 months ago
webdevelopment #webprojects #reactprojects #eventdelegation #delegation #javascriptproject "Code Flare: Your hub for web ...
66 views
What are the trade-offs between event delegation and direct event listeners at scale? This video covers memory efficiency, the ...
2 views
5 months ago
Learn what event delegation is and when to use it in JavaScript. This video breaks down how a single parent listener plus event ...
1 view
In this video, we dive deep into Event Delegation in JavaScript along with Event Bubbling, two very important concepts for ...
1,447 views
3 months ago
"Why is my website lagging?" The answer might be your event listeners. In this video, we break down Event Delegation. It's the ...
20 views
4 months ago
JavaScript Events and Delegation: A Comprehensive Guide | JavaScript for Beginners – Ep 19 In this powerful episode of the ...
4 views
In this comprehensive 2026 guide, we master the essentials of JavaScript Event Propagation. Whether you are a beginner or a ...
1,480 views
What Is Event Delegation In JavaScript And Why Use It? Are you looking to make your web pages more efficient and easier to ...
12 views
Struggling to understand how Event Bubbling, Event Capturing, and Delegation actually work in JavaScript? Welcome to ...
76 views
9 months ago
When Should You Use Event Delegation In JavaScript? Have you ever wondered how to efficiently manage multiple interactive ...
14 views
8 months ago
In this video you'll learn what **Event Delegation** is in JavaScript and how it works in React. Instead of adding multiple event ...
28 views
How Does Event Delegation Make DOM Interaction Efficient? Are you interested in making your web pages more efficient and ...
15 views
In this video, you'll learn how to build a smarter delete button for a real-world To-Do App using Event Delegation in Vanilla ...
6 views
1 month ago
What Is JavaScript Event Delegation For Dynamic Elements? Have you ever wondered how to efficiently manage events on ...
This program demonstrates event delegation by dynamically adding and removing clickable keyboard buttons, showing how to ...
24 views
Learn to build a flip box with 12 interactive boxes that display a number on click and disappear after 5 seconds. This tutorial ...
409 views