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

2 repos

Awesome GitHub RepositoriesEvent Delegation Systems

Utilities for normalizing and optimizing browser event handling through centralized listeners.

Distinguishing note: Focuses on the delegation mechanism rather than standard browser event APIs.

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

  1. Home
  2. User Interface & Experience
  3. Event Delegation Systems

Awesome Event Delegation Systems GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • Asabeneh/30-Days-Of-React

    Asabeneh/30-Days-Of-React

    27,347View on GitHub↗

    This project is a structured educational curriculum designed to guide developers through the mastery of component-based user interface development. It functions as a technical learning resource that provides a comprehensive roadmap for understanding the fundamental principles of modern web development, including component composition, declarative state reconciliation, and virtual document object model diffing. The repository distinguishes itself through a day-by-day guided path that bridges the gap between basic programming knowledge and the advanced language features required for interactive

    Normalizes browser events into a cross-platform wrapper that improves performance and consistency.

    JavaScript30dayofjavascriptchallengecss
    27,347View on GitHub↗
  • hammerjs/hammer.js

    hammerjs/hammer.js

    24,387View on GitHub↗

    Hammer.js is a library for recognizing touch gestures in web applications. It functions as a unified interface that translates raw pointer, mouse, and touch inputs into a consistent stream of interaction data, allowing developers to detect patterns such as taps, swipes, and pans across different browsers and hardware. The library distinguishes itself through a modular architecture that uses configurable logic blocks to evaluate input streams against specific mathematical thresholds. It maintains an internal registry of active touch points to track complex multi-finger movements like pinching

    Propagates captured interaction data through the document object model to allow for flexible event delegation and handling.

    JavaScript
    24,387View on GitHub↗