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

3 repos

Awesome GitHub RepositoriesData Binding

Methods for synchronizing data between an application's underlying model and its visual representation.

Explore 3 awesome GitHub repositories matching user interface & experience · Data Binding. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. UI Architecture
  4. Data Binding

Awesome Data Binding GitHub Repositories

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

    gin-gonic/gin

    88,134GitHubView on GitHub↗

    Gin is a web framework designed for building high-performance web services and APIs. It functions as a middleware-oriented engine that processes incoming HTTP requests through a sequential chain of handlers, allowing for the modular management of cross-cutting concerns such as authentication and logging. The framework

    Goframeworkgingo
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    JavaScript
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Attribute Binding DirectivesDirectives for dynamically setting element attributes based on expression evaluation.
  • Binding ModifiersCustom logic applied to data bindings to transform or format values during synchronization.
  • Dirty Checking MechanismsSystems that detect data changes by periodically comparing current values against cached snapshots.
  • Model Argument BindingBinding data to specific properties using custom arguments.
Multiple Model Bindings
Support for maintaining several independent two-way data bindings on a single component instance.
  • Struct Tag BindingMaps payloads to typed structures using metadata annotations.
  • Two-WayAutomatic synchronization of data between the UI and the application model.