awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Data Binding and Reactivity · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesData Binding and Reactivity

Mechanisms for synchronizing application state with UI elements through observation, proxies, or declarative bindings.

Explore 1 awesome GitHub repository matching software engineering & architecture · Data Binding and Reactivity. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Framework Architectures
  4. Data Binding and Reactivity

Awesome Data Binding and Reactivity GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • vuejs/vue

    vuejs/vue

    209,962GitHubView on GitHub↗

    This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained

    TypeScriptframeworkfrontendjavascript

Explore sub-tags

  • Custom DirectivesUser-defined extensions that attach specific behaviors to DOM elements or component templates during rendering.
  • Directive Hook InterfacesStandardized methods that allow developers to execute custom logic at specific stages of a directive's lifecycle.
  • Dynamic Value BindingsMechanisms that automatically synchronize data changes between an application's internal state and its user interface.
  • Reactive Data Binding Systems
Frameworks that track state mutations and trigger automatic updates to dependent UI elements or data models.