From Events to SPAs, the Essential Engine of the Interactive Web - [Mastering the DOM Part 2]
This course goes beyond simple DOM manipulation to provide an in-depth look at how to dynamically construct and respond to web UIs within real-world user interactions. It is designed to help you master common professional challenges by directly implementing the essence of the event system, bubbling and capturing, event delegation, real-time UX feedback, and performance optimization using throttle & debounce. Based on an understanding of the DOM tree structure, you will develop the ability to flexibly connect event flows with state changes.
85 learners
Level Basic
Course period Unlimited
- Resolved
stopPropagation()에 대해서 질문 있습니다.
안녕하세요?강의를 듣다가 궁금한 것이 있어서 글을 남깁니다.섹션 5에서 stopPropagation() 설명이 나올때 상위로 전파 차단이 라고 설명을 주셨
HTML/CSSjavascriptreactweb-apidomeddie85
・
24 days ago
0
50
2
- Unresolved
11강 내용과 12강 내용이 충돌하는 것 같아요.
11강에서는 removeEventListener 함수로 리스너를 명시적으로 제거하지 않는 한 요소가 사라지더라도 메모리에 계속 남아 있다고 설명하셨는데요. 12강에서는 요소를 제거하는 방식으로도 리스너를 제거할 수 있다
HTML/CSSjavascriptreactweb-apidomhans1234
・
7 months ago
0
102
2

