awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Event Handling · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesEvent Handling

Frameworks and syntax for attaching, managing, and responding to user-triggered events within the document object model.

Explore 4 awesome GitHub repositories matching user interface & experience · Event Handling. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Interaction and Event Handling
  4. Interaction and Event Handling
  5. Event Handling Architectures
  6. Event Handling

Awesome Event Handling GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
  • jquery/jquery

    jquery/jquery

    59,857GitHubView on GitHub↗

    jQuery is a library designed for document object model manipulation and cross-browser interaction. It provides a unified interface for selecting, traversing, and modifying web page elements, ensuring consistent behavior across different rendering engines by abstracting away underlying browser inconsistencies. The libr

    JavaScriptjquery
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    JavaScript
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • DOM Event ListenersMechanisms that attach listeners to interface elements to execute code in response to specific user or system events.
  • Declarative Event ManagersLibraries that provide a simplified, declarative syntax for binding and triggering browser events.
  • Event ListenersDirectives or attributes used to bind custom logic to standard DOM events.
Mouse Event Handlers
Directives or utilities to execute logic on mouse interaction events.