1 dépôt
Embedding executable logic directly within HTML attributes to manage element states.
Distinct from Client-Side Scripting: Focuses on scripting inside attributes specifically, rather than general browser-based logic.
Explore 1 awesome GitHub repository matching web development · In-Attribute Scripting. Refine with filters or upvote what's useful.
Hyperscript is a DOM manipulation library and HTML scripting language that functions as a logic engine and reactive UI framework. It allows for the definition of interactive behavior and client-side logic directly within HTML attributes. The system distinguishes itself through declarative web scripting and in-HTML interactive behavior, which removes the requirement for separate JavaScript files to manage element states. It utilizes a specialized syntax for data processing, employing pipe operators to filter, sort, and convert data collections within the browser. The framework provides capabi
Enables defining interactive client-side logic directly within HTML attributes to avoid external JavaScript files.