2 Repos
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.
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.
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.