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

4 repos

Awesome GitHub RepositoriesEvent Handling Systems

Architectures that allow developers to attach listeners and trigger custom functions in response to user or system events.

Explore 4 awesome GitHub repositories matching user interface & experience · Event Handling Systems. 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 Systems

Awesome Event Handling Systems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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
  • openclaw/openclaw

    openclaw/openclaw

    211,971GitHubView on GitHub↗

    Openclaw is a platform for managing agent execution environments, providing the infrastructure to control agent lifecycles, session state, and workspace persistence. It features a centralized gateway that handles model loops, tool invocation, and streaming events, while supporting multi-agent routing and persistent mem

    TypeScriptaiassistantcrustacean
  • vuejs/vue

    vuejs/vue

    209,962GitHubView on GitHub↗

    This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained

    TypeScriptframeworkfrontendjavascript
  • 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

Explore sub-tags

  • Cross-Browser Event ManagersUtilities that provide a unified interface for event listeners to ensure consistent behavior across different web browsers.
  • Programmatic Event ListenersUtilities for manually attaching, emitting, and removing event handlers within an application lifecycle.