awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesBehavioral Logic Binding

Connecting JavaScript functions to HTML elements through attributes to handle interactions.

Distinguishing note: Candidates are focused on format conversion (PDF/Markdown to HTML), not binding JS logic to elements.

Explore 2 awesome GitHub repositories matching web development · Behavioral Logic Binding. Refine with filters or upvote what's useful.

Awesome Behavioral Logic Binding GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • hotwired/stimulusAvatar de hotwired

    hotwired/stimulus

    13,058Voir sur GitHub↗

    Stimulus is a JavaScript behavior framework and client-side logic layer used to add interactive behavior to server-rendered HTML. It functions as a system of DOM component controllers that organize JavaScript logic into classes, allowing developers to enhance server-delivered markup without replacing the rendering process with a client-side framework. The framework uses data attributes to bind JavaScript classes to HTML elements and map DOM events to specific methods through document-level event delegation. It employs a lifecycle manager based on mutation observers to automatically instantiat

    Connects JavaScript functions to HTML elements using attributes to handle user interactions.

    TypeScript
    Voir sur GitHub↗13,058
  • flightjs/flightF

    flightjs/flight

    6,493Voir sur GitHub↗

    Flight is a JavaScript component framework and DOM interactivity library used to map behavioral logic to HTML nodes. It provides an event-driven architecture for building modular user interface elements and managing web application interactivity. The library distinguishes itself through a mixin-based system for injecting reusable functions and properties into components, promoting code reuse without rigid inheritance. It further enables behavior modification via function hooking, allowing developers to wrap existing methods to inject custom logic without altering the original source code. Th

    Provides a system for attaching component constructors to HTML elements to map behavioral logic directly to the user interface.

    JavaScript
    Voir sur GitHub↗6,493
  1. Home
  2. Web Development
  3. Behavioral Logic Binding