This is an Angular library for optimizing performance sensitive events and declarative preventDefault, stopPropagation and capture phase listeners.
-
Updated
May 26, 2023 - TypeScript
This is an Angular library for optimizing performance sensitive events and declarative preventDefault, stopPropagation and capture phase listeners.
Event Modifiers for Angular Applications https://netbasal.com/implementing-event-modifiers-in-angular-87e1a07969ce
✋ Stop propagation for everyday events with Angular directives 🎩
🎟 A collection of higher-order functions for invoking common browser event methods.
In this little JavaScript demo application, I used event listeners and specifically drag and drop events. I added and removed event listeners and get data out of the event object. Besides, I used the preventDefault method and controlled my events according to the capturing and bubble phases with stopPropagation and event delegation for example.
Shorthand utils for dealing with React events
A small no-dependency Javascript lib for prevent browser to scroll parent container
Examples in JS about event listeners, event handlers, event propagation, stopPropagation() and preventDefault() - 2020
Add a description, image, and links to the stoppropagation topic page so that developers can more easily learn about it.
To associate your repository with the stoppropagation topic, visit your repo's landing page and select "manage topics."