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

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

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

4 مستودعات

Awesome GitHub RepositoriesComponent Framework Features

Advanced framework capabilities that simplify data handling and state reactivity within component-based systems.

Explore 4 awesome GitHub repositories matching user interface & experience · Component Framework Features. Refine with filters or upvote what's useful.

Awesome Component Framework Features GitHub Repositories

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

    facebook/react

    245,669عرض على GitHub↗

    React هي مكتبة JavaScript لبناء واجهات المستخدم تعتمد على معمارية قائمة على المكونات وتدفق بيانات أحادي الاتجاه.

    Extracts passed data within components by destructuring the properties object.

    JavaScriptjavascriptuifrontend
    عرض على GitHub↗245,669
  • vuejs/coreالصورة الرمزية لـ vuejs

    vuejs/core

    53,861عرض على 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 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

    Extracts reactive properties directly while preserving automatic dependency tracking and support for default values.

    TypeScript
    عرض على GitHub↗53,861
  • vueuse/vueuseالصورة الرمزية لـ vueuse

    vueuse/vueuse

    22,092عرض على GitHub↗

    This project is a comprehensive collection of modular, reactive functions designed to streamline the development of user interfaces. It serves as a toolkit for managing application state, wrapping native browser hardware and system features, and encapsulating common logic patterns into reusable units. By binding asynchronous data sources, browser events, and system properties to component state, it provides a unified framework for building interactive web and desktop applications. The library distinguishes itself through its focus on composition and lifecycle management, allowing developers t

    Extracts specific properties from returned objects using standard syntax or converts results into reactive objects.

    TypeScriptcomposableutility-libraryvue
    عرض على GitHub↗22,092
  • vuejs/piniaالصورة الرمزية لـ vuejs

    vuejs/pinia

    14,480عرض على GitHub↗

    Pinia is a state management library for Vue applications that provides a centralized, type-safe architecture for organizing reactive data. It utilizes a modular store pattern, allowing developers to define independent, reusable state containers that manage shared application data, computed getters, and executable actions. The library distinguishes itself through a flexible definition model that supports both functional setup patterns and traditional object-based structures. It features a plugin-based extension architecture that enables developers to hook into the store lifecycle for custom fu

    Extracts reactive references from stores to allow safe destructuring while maintaining reactivity.

    TypeScriptcomposition-apissrstore
    عرض على GitHub↗14,480
  1. Home
  2. User Interface & Experience
  3. Component Utilities
  4. UI Frameworks
  5. Component APIs and Interfaces
  6. Component Framework Features

استكشف الوسوم الفرعية

  • Reactive Prop Destructuring1 وسم فرعيSyntax for extracting reactive component properties while preserving reactivity and dependency tracking.