2 مستودعات
Capability to trigger encapsulated JavaScript functions through HTML attributes to process values or events.
Distinct from External Event Integration: Distinct from event integration by focusing on the execution of encapsulated scripts via declarative attributes.
Explore 2 awesome GitHub repositories matching web development · Declarative JavaScript Execution. Refine with filters or upvote what's useful.
Autotrack is a JavaScript library for Google Analytics that automatically captures user interactions and page engagement. It provides a system for declarative analytics implementation, allowing web events to be tracked via HTML attributes to avoid writing custom JavaScript for every interaction. The project includes an analytics bundle generator to create minimized JavaScript files containing only the specific tracking plugins required for a project. It also functions as a single page application tracker that monitors changes to the browser history to record virtual pageviews. The library co
Implements a system for tracking web events via HTML attributes to avoid writing custom JavaScript.
Datastar is a framework for hypermedia application development that enables the creation of reactive user interfaces using declarative HTML attributes. It focuses on server-driven state management, offloading application logic and state transitions to the backend to reduce frontend complexity. The project distinguishes itself through real-time UI streaming, using Server-Sent Events to push incremental DOM patches and state changes over a single long-lived connection. It synchronizes frontend and backend state by applying partial JSON updates to a client-side signal store and employs morphing-
Enables the invocation of encapsulated JavaScript functions directly through declarative HTML attributes.