3 مستودعات
Frameworks designed to attach interactive logic to existing HTML markup without replacing the rendering process.
Distinct from JavaScript SPA Frameworks: Distinct from SPA frameworks as it enhances server-rendered HTML rather than managing a virtual DOM or client-side routing.
Explore 3 awesome GitHub repositories matching web development · Behavioral JavaScript Frameworks. 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
Provides a framework for attaching JavaScript behavior to HTML elements via data attributes.
Better Discord enhances Discord desktop app with new features.
Provides a JavaScript framework for writing addons that extend Discord's functionality.
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 framework to attach interactive behavioral logic to existing HTML markup without replacing the rendering process.