awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesEvent Hooks

Interfaces for attaching custom logic to component lifecycle and interaction events.

Distinguishing note: Focuses on callback-based event subscription.

Explore 3 awesome GitHub repositories matching web development · Event Hooks. Refine with filters or upvote what's useful.

Awesome Event Hooks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebook/reactAvatar von facebook

    facebook/react

    245,669Auf GitHub ansehen↗

    React ist eine JavaScript-Bibliothek für den Aufbau von Benutzeroberflächen, basierend auf einer komponentenorientierten Architektur und unidirektionalem Datenfluss.

    Passes event handlers into custom hooks to prevent unnecessary re-synchronization of effects.

    JavaScriptjavascriptuifrontend
    Auf GitHub ansehen↗245,669
  • nolimits4web/swiperAvatar von nolimits4web

    nolimits4web/swiper

    41,852Auf GitHub ansehen↗

    Swiper is a modular, touch-enabled library designed for building interactive content carousels and sliders for web and mobile applications. It provides a high-performance rendering engine that manages large datasets by dynamically creating and destroying elements based on their proximity to the viewport, ensuring memory efficiency and smooth operation. The library distinguishes itself through a plugin-based architecture that allows developers to include only the specific functionality required for their project, effectively minimizing bundle sizes. It features a hardware-accelerated animation

    Provides a centralized event bus to trigger hooks during the component lifecycle.

    JavaScriptcarouselgallerymobile
    Auf GitHub ansehen↗41,852
  • django-oscar/django-oscarAvatar von django-oscar

    django-oscar/django-oscar

    6,611Auf GitHub ansehen↗

    Django Oscar is a domain-driven e-commerce framework built on Django for constructing custom online stores. It provides a purpose-built admin dashboard for managing e-commerce operations including products, orders, customers, and promotions, replacing the default Django admin interface. The framework includes a flexible promotions engine for creating multi-buy, bundle, and percentage discounts with custom conditions and benefits, along with a configurable order status and transition system that supports split payments, multi-batch shipping, and deferred payment capture. The framework is desig

    Key workflow events fire Django signals, letting extensions react without tight coupling.

    Python
    Auf GitHub ansehen↗6,611
  1. Home
  2. Web Development
  3. Event Hooks

Unter-Tags erkunden

  • Django Signal HooksKey workflow events like order placement or basket addition fire Django signals, letting extensions react without tight coupling. **Distinct from Event Hooks:** Distinct from Event Hooks: specifically targets Django's signal mechanism for e-commerce workflow events, not general callback-based event subscription.