1 مستودع
Declarative HTML attributes that trigger server-side logic via HTTP requests.
Distinct from Session Action Triggers: Focuses on htmx-style server-side execution via HTML attributes, not session-specific triggers or styling.
Explore 1 awesome GitHub repository matching web development · Backend Action Triggering. Refine with filters or upvote what's useful.
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-
Provides declarative HTML attributes to trigger server-side logic using standard HTTP methods.