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

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

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

2 مستودعات

Awesome GitHub RepositoriesData Binding Engines

Systems that manage dependency tracking between data models and interface properties.

Distinguishing note: Focuses on the engine logic for dependency tracking rather than the UI components themselves.

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

Awesome Data Binding Engines GitHub Repositories

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

    appsmithorg/appsmith

    40,051عرض على GitHub↗

    Appsmith is a low-code platform designed for building internal business tools, such as operational dashboards and administrative panels. It enables developers to construct dynamic user interfaces by dragging and dropping modular widgets onto a canvas and binding them directly to backend data sources. The platform utilizes a reactive framework that automatically updates interface elements and triggers functions whenever underlying data or widget properties change, eliminating the need for manual event handling. The platform distinguishes itself through a server-side proxy architecture that exe

    Updates user interface components automatically by tracking dependencies between data expressions and widget properties in real time.

    TypeScriptadmin-dashboardadmin-panelsapp-builder
    عرض على GitHub↗40,051
  • webreflection/hyperhtmlالصورة الرمزية لـ WebReflection

    WebReflection/hyperHTML

    3,191عرض على GitHub↗

    hyperHTML is a DOM template library and data-binding engine that uses tagged template literals to render and update elements. It functions as a web component framework and a virtual DOM alternative, linking JavaScript data directly to specific HTML elements to enable automatic page updates. The project avoids the overhead of a virtual DOM by using a reconciliation process that updates only the changed parts of the real DOM. It includes a build-time HTML template minifier to compress content within template literals and reduce client-side data transfer. The library covers a broad range of cap

    Provides a high-performance engine that synchronizes JavaScript data models with HTML elements for automatic UI updates.

    HTMLalternativedomjs
    عرض على GitHub↗3,191
  1. Home
  2. Web Development
  3. Data Binding Engines