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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesComponent Data Inputs

Mechanisms for passing dynamic data into UI components to drive their state.

Distinguishing note: Focuses on the data-passing interface for components.

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

Awesome Component Data Inputs GitHub Repositories

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

    appsmithorg/appsmith

    40,051GitHub पर देखें↗

    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

    Drives internal widgets, queries, or logic by passing dynamic data from applications into UI modules using input properties.

    TypeScriptadmin-dashboardadmin-panelsapp-builder
    GitHub पर देखें↗40,051
  • vuejs/v2.vuejs.orgvuejs का अवतार

    vuejs/v2.vuejs.org

    4,981GitHub पर देखें↗

    यह Vue 2 प्रोग्रेसिव JavaScript फ्रेमवर्क के लिए व्यापक दस्तावेज़ीकरण वेबसाइट है। यह रिएक्टिव यूजर इंटरफ़ेस और सिंगल-पेज एप्लिकेशन बनाने के लिए एक तकनीकी संदर्भ और विकास गाइड के रूप में कार्य करता है। यह साइट एक विस्तृत JavaScript API संदर्भ और वेब कंपोनेंट डायरेक्टरी प्रदान करती है। यह कंपोनेंट-आधारित आर्किटेक्चर, रिएक्टिव स्टेट प्रबंधन, और ब्राउज़र के साथ एप्लिकेशन स्टेट को सिंक्रोनाइज़ करने के लिए वर्चुअल DOM के उपयोग को कवर करती है। दस्तावेज़ीकरण क्लाइंट-साइड रूटिंग, घोषणात्मक DOM हेरफेर, और सर्वर-साइड रेंडरिंग और टेम्प्लेट प्रीकंपाइलेशन जैसे फ्रंटएंड बिल्ड ऑप्टिमाइज़ेशन सहित क्षमताओं का विवरण देता है। यह स्टेट सिंक्रोनाइज़ेशन, कंपोनेंट लाइफसाइकिल, और कस्टम डायरेक्टिव्स के उपयोग के लिए फ्रेमवर्क के दृष्टिकोण की भी व्याख्या करता है। कंटेंट को ट्यूटोरियल और विनिर्देशों के एक कलेक्शन के रूप में बनाए रखा जाता है, जिसमें दस्तावेज़ीकरण Markdown के माध्यम से संपादित किया जाता है।

    Enforces data types, requirement flags, and default values on incoming component properties.

    JavaScript
    GitHub पर देखें↗4,981
  1. Home
  2. User Interface & Experience
  3. Component Data Inputs

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

  • Prop ValidationsEnforcing data types and requirements on properties passed into components. **Distinct from Component Data Inputs:** Distinct from Component Data Inputs: focuses on the validation and integrity of the data rather than the mechanism of passing it.
  • Property ValidationsEnforcing data types and requirements on component properties to ensure data integrity. **Distinct from Component Data Inputs:** Focuses on the validation of incoming props rather than the general mechanism of passing data into components.