awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesMultiple Model Bindings

Support for maintaining several independent two-way data bindings on a single component instance.

Explore 2 awesome GitHub repositories matching user interface & experience · Multiple Model Bindings. Refine with filters or upvote what's useful.

Awesome Multiple Model Bindings GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • vuejs/corevuejs का अवतार

    vuejs/core

    53,861GitHub पर देखें↗

    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 system to synchronize application state with the document object model efficiently. What distinguishes this framework is its focus on developer experience and flexibility. It supports a single-file component format that colocalizes related concerns, alongside a powerful composition

    Maintains multiple independent two-way data bindings on a single component by assigning unique arguments to model directives.

    TypeScript
    GitHub पर देखें↗53,861
  • airbnb/epoxyairbnb का अवतार

    airbnb/epoxy

    8,556GitHub पर देखें↗

    Epoxy is an Android library for building complex RecyclerView screens using a model-driven approach. It generates RecyclerView adapter models at compile time from annotated custom views, data binding layouts, or view holders, eliminating the manual boilerplate typically associated with view holders and adapters. The library provides a diffing engine that automatically compares model lists and applies minimal updates with animations for insertions, removals, and moves. The library distinguishes itself through its controller-based model building, where a controller class with a buildModels meth

    Defines a shared base class for generated models to reuse attributes and binding logic.

    Java
    GitHub पर देखें↗8,556
  1. Home
  2. User Interface & Experience
  3. Data Binding
  4. Multiple Model Bindings

सब-टैग एक्सप्लोर करें

  • Generated Model Base ClassesSpecifies a base class for generated models, allowing shared attributes and binding logic across multiple views. **Distinct from Multiple Model Bindings:** Distinct from Multiple Model Bindings: defines a shared base class for generated models, not multiple bindings on a single component.