awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesDeclarative Data Binding

Mechanisms that link data properties to UI elements using predefined rules to automate interface updates.

Distinct from Data-View Synchronizers: Existing candidates focus on visual diagramming, mobile OTA updates, or backend data mapping, rather than frontend declarative binding.

Explore 6 awesome GitHub repositories matching web development · Declarative Data Binding. Refine with filters or upvote what's useful.

Awesome Declarative Data Binding GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • knockout/knockoutالصورة الرمزية لـ knockout

    knockout/knockout

    10,549عرض على GitHub↗

    Knockout is a client-side UI library and JavaScript framework used to create responsive web interfaces. It functions as a declarative data binding library and an observable data model system that decouples business logic from the document object model. The project implements the Model-View-ViewModel pattern to separate application logic from the user interface. It synchronizes data models with visual views by linking internal JavaScript properties to HTML elements, allowing the interface to update automatically when underlying data changes. The framework provides capabilities for dynamic fro

    Update the user interface automatically by linking internal data models to visual elements.

    JavaScript
    عرض على GitHub↗10,549
  • alibaba/x-renderالصورة الرمزية لـ alibaba

    alibaba/x-render

    7,846عرض على GitHub↗

    x-render is a configuration-driven UI framework and low-code interface builder that transforms structured data definitions into functional user interface components. It operates as a JSON-driven UI generator, using a standardized configuration protocol to render data tables, input forms, and charts. The system includes a visual form builder and interface design editor, allowing users to arrange layouts and configuration settings through a graphical interface to avoid writing manual structural code. This process is supported by a schema-based component library that maps configuration keys to a

    Links data properties to form fields and table cells using predefined rules to automate interface updates.

    TypeScriptantant-designchart
    عرض على GitHub↗7,846
  • openblocks-dev/openblocksالصورة الرمزية لـ openblocks-dev

    openblocks-dev/openblocks

    6,220عرض على GitHub↗

    Openblocks is a low-code platform for building custom internal tools. It provides a visual interface where users can assemble applications by dragging and dropping pre-built components onto a canvas, connecting them to databases and APIs without writing code. The platform distinguishes itself through its architecture for embedding and reuse. Entire application pages can be rendered as native React components inside other applications, replacing traditional iframe-based embedding. Custom components and queries can be bundled into reusable modules for use across multiple applications, and an au

    Connects UI component properties directly to query results through a declarative mapping that eliminates imperative data-fetching code.

    TypeScriptadmin-dashboardapp-builderapp-development
    عرض على GitHub↗6,220
  • vuejs/v2.vuejs.orgالصورة الرمزية لـ vuejs

    vuejs/v2.vuejs.org

    4,981عرض على GitHub↗

    هذا هو موقع التوثيق الشامل لإطار عمل JavaScript التقدمي Vue 2. وهو بمثابة مرجع فني ودليل تطوير لبناء واجهات مستخدم تفاعلية وتطبيقات الصفحة الواحدة. يوفر الموقع مرجعاً مفصلاً لـ JavaScript API ودليل مكونات الويب. ويغطي تنفيذ البنى القائمة على المكونات، وإدارة الحالة التفاعلية، واستخدام DOM افتراضي لمزامنة حالة التطبيق مع المتصفح. تشرح الوثائق الإمكانيات بما في ذلك التوجيه من جانب العميل، ومعالجة DOM التعريفية، وتحسينات بناء الواجهة الأمامية مثل العرض من جانب الخادم وتجميع القوالب المسبق. كما تشرح نهج إطار العمل لمزامنة الحالة، ودورات حياة المكونات، واستخدام التوجيهات المخصصة. يتم الحفاظ على المحتوى كمجموعة من البرامج التعليمية والمواصفات، مع تحرير الوثائق عبر Markdown.

    Implements mechanisms that link data properties to UI elements using predefined rules to automate interface updates.

    JavaScript
    عرض على GitHub↗4,981
  • sudheerj/angular-interview-questionsالصورة الرمزية لـ sudheerj

    sudheerj/angular-interview-questions

    4,872عرض على GitHub↗

    This project is a curated collection of technical interview questions and detailed answers designed for professional software engineering roles. It serves as an Angular framework study resource and interview guide for developers preparing for frontend engineering assessments. The resource covers core architectural patterns including component-based view architecture, hierarchical dependency injection, and declarative template binding. It also addresses implementation details regarding observable-driven data streams and the use of directives for DOM manipulation. Additional content focuses on

    Explains mechanisms for linking data properties to UI elements using declarative binding rules.

    angularangular-interview-questionsangular6
    عرض على GitHub↗4,872
  • jannchie/historical-ranking-data-visualization-based-on-d3.jsالصورة الرمزية لـ Jannchie

    Jannchie/Historical-ranking-data-visualization-based-on-d3.js

    4,655عرض على GitHub↗

    This project is a D3.js data visualization tool and dynamic bar chart generator that converts historical ranking data from comma-separated values into animated visual timelines. It functions as a CSV ranking visualizer and time-series ranking dashboard to illustrate how the positions of different entities change over a period of time. The tool features automated sorting and ranking trend animations that transform static historical data into dynamic transitions. It includes customizable axis scaling, such as semi-logarithmic scales to handle extreme variances in data magnitudes, and dynamic co

    Maps historical data records to SVG elements using D3.js declarative data-join processes.

    JavaScriptbargraphd3data-visualization
    عرض على GitHub↗4,655
  1. Home
  2. Web Development
  3. Declarative Data Binding