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
·

1 Repo

Awesome GitHub RepositoriesAutomatic Element Mapping

Automated binding of JavaScript controller properties to child DOM elements based on data attributes.

Distinct from HTML Element Bindings: Focuses on the automatic mapping of child elements to class properties, rather than general support for standard web element attributes.

Explore 1 awesome GitHub repository matching user interface & experience · Automatic Element Mapping. Refine with filters or upvote what's useful.

Awesome Automatic Element Mapping GitHub Repositories

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

    hotwired/stimulus

    13,058Auf GitHub ansehen↗

    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

    Provides automatic binding of DOM elements to controller properties using data attributes.

    TypeScript
    Auf GitHub ansehen↗13,058
  1. Home
  2. User Interface & Experience
  3. HTML Element Bindings
  4. Automatic Element Mapping