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

6 repos

Awesome GitHub RepositoriesDOM & Event Handling

Tools for interacting with the Document Object Model and managing event-driven communication within web applications.

Explore 6 awesome GitHub repositories matching web development · DOM & Event Handling. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. DOM and Event Utilities
  4. DOM & Event Handling

Awesome DOM & Event Handling GitHub Repositories

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

    freeCodeCamp/freeCodeCamp

    437,296GitHubView on GitHub↗

    freeCodeCamp is an open-source, web-based educational platform designed to facilitate software engineering skill acquisition through a structured, project-driven curriculum. It combines theoretical instruction with hands-on coding exercises, requiring users to build functional applications to demonstrate mastery of pro

    TypeScriptcareerscertificationcommunity
  • facebook/react

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
  • 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
  • django/django

    django/django

    86,891GitHubView on GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes se

    Pythonappsdjangoframework
  • home-assistant/core

    home-assistant/core

    84,936GitHubView on GitHub↗

    Home Assistant is a centralized home automation platform designed to orchestrate diverse internet-connected devices and services. It functions as a local-first control system that normalizes heterogeneous hardware protocols into a unified set of entities, attributes, and services. The core architecture relies on an eve

    Pythonasynciohacktoberfesthome-automation
  • laravel/laravel

    laravel/laravel

    83,758GitHubView on GitHub↗

    Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It provides an integrated development environment that centers on an object-relational mapper for database abstraction, a robust routing system, and a sophisticated service container for dependency injection. Th

    Bladeframeworklaravelphp

Explore sub-tags

  • DOM Manipulation UtilitiesUtilities for rendering components into specific DOM locations and managing synchronous DOM updates.
  • DOM PortalsMechanisms for rendering component children into a DOM node outside the parent component's hierarchy.
  • DOM ReferencesMechanisms for accessing and managing direct references to underlying DOM nodes within a component lifecycle.
  • Event DefinitionsData structures used to encapsulate information about specific application occurrences.
Event Generation
Scaffolding tools for event and listener classes.
  • Event ListenersMechanisms for registering and handling document or element-level events.
  • Event-Driven ObserversMechanisms that decouple application components by broadcasting events to registered listeners for asynchronous or reactive execution.
  • Event-Driven Progress TrackingAsynchronous capture of user milestones and interaction events.
  • Queued Event ListenersEvent listeners that are offloaded to background queues for asynchronous processing.
  • State Context TrackersMechanisms for attaching origin metadata to state changes to enable event traceability.
  • Synthetic Event SystemsWrappers that normalize cross-browser event behavior into a consistent interface.