awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Declarative Behavior Composition · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesDeclarative Behavior Composition

Approaches for composing interactive logic directly within markup.

Distinguishing note: Focuses on markup-based composition rather than programmatic component assembly.

Explore 1 awesome GitHub repository matching web development · Declarative Behavior Composition. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Declarative Behavior Composition

Awesome Declarative Behavior Composition GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • alpinejs/alpine

    alpinejs/alpine

    31,188View on GitHub↗

    This project is a declarative framework for building reactive user interfaces by embedding logic directly into HTML markup. It functions as a lightweight state container that tracks data changes and automatically synchronizes the document object model with the underlying application state. By utilizing proxy-based observation, it ensures that interface updates occur precisely when reactive properties are modified. The framework distinguishes itself by allowing developers to define interactive behavior through custom attributes rather than external scripts. This approach enables the compositio

    Enables declarative composition by attaching interactive logic directly to markup elements to manage state and handle events without external scripts.

    HTML
    31,188View on GitHub↗