This is a light introduction to the DOM events problem space and overview of the major topics that we will be covering. I will also introduce people to https://domevents.dev
Alex Reardon: [0:00] Listening and responding to events is a foundational skill for building software for the web. The Document Object Model, or DOM for short, has a powerful built-in event system, and yet many of us have a pretty basic understanding of the DOM event system and only scratch the surface of the power that is available to us.
[0:22] This lack of understanding leads to bugs in our applications and writing lots of code to work around the DOM event system rather than leveraging it. My goal is that you will walk away from this course with the confidence to successfully and meaningfully engage with the DOM event system.
[0:42] In order to improve clarity and support your learning, I have created a DOM event visualizer, which I will be using to visually explain a number of behaviors throughout this course. You are welcome to play and experiment with the visualizer yourself in order to continue your learning at domevents.dev.
Member comments are a way for members to communicate, interact, and ask questions about a lesson.
The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io
Be on-Topic
Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.
Avoid meta-discussion
Code Problems?
Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context
Details and Context
Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!