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

21 repos

Awesome GitHub RepositoriesReactive & Event-Driven Systems

Systems that react to state changes or external events by triggering automated workflows and data updates.

Explore 21 awesome GitHub repositories matching software engineering & architecture · Reactive & Event-Driven Systems. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Software Architecture
  4. Architectural Patterns
  5. Reactive & Messaging
  6. Reactive & Event-Driven Systems

Awesome Reactive & Event-Driven Systems GitHub Repositories

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

    Attaches custom behaviors to DOM elements through lifecycle-aware directives that encapsulate low-level manipulation logic.

    TypeScript
Prev12Next

Explore sub-tags

  • Asynchronous Data ProcessingMechanisms that decouple long-running operations from main execution cycles by offloading tasks to background workers or distributed processes.
  • Custom DirectivesUser-defined extensions that attach specific behaviors to DOM elements or component templates during rendering.
  • Directive Hook InterfacesStandardized methods that allow developers to execute custom logic at specific stages of a directive's lifecycle.
Dynamic Value Bindings
Mechanisms that automatically synchronize data changes between an application's internal state and its user interface.
  • Event DispatchersSystems that route application events to registered listeners to enable real-time monitoring and conditional execution.
  • Event SubscribersClasses that encapsulate multiple event listeners to organize complex event-driven logic in a centralized location.
  • Event-Driven Action BindingsMechanisms that trigger specific application logic in response to defined system events or user interactions.
  • Event-Driven EnginesCore loops that manage asynchronous network requests and data processing tasks.
  • Event-Driven Messaging HooksStandardized interfaces for real-time communication between external systems and core logic.
  • Filesystem Event SynchronizationAutomated synchronization triggered by real-time filesystem change notifications.
  • Global State ManagersCentralized repositories that maintain and synchronize the state of an application across multiple components.
  • Lifecycle Event BusesMechanisms for coordinating component initialization and state transitions via centralized event dispatching.
  • Reactive Data Binding SystemsFrameworks that track state mutations and trigger automatic updates to dependent UI elements or data models.
  • SignalsReactive primitives for tracking state changes and triggering updates.