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

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

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

bvaughn/react-virtualized-select

0
View on GitHub↗
1,171 نجوم·161 تفرعات·JavaScript·MIT·6 مشاهداتbvaughn.github.io/react-virtualized-select↗

React Virtualized Select

هذا المشروع عبارة عن مكون قائمة منسدلة عالي الأداء مصمم للتعامل مع مجموعات بيانات ضخمة داخل واجهات المستخدم. من خلال دمج تقنيات النوافذ والافتراضية، فإنه يعرض فقط العناصر المرئية حالياً داخل منفذ العرض، مما يضمن بقاء القوائم التي تحتوي على آلاف الإدخالات سريعة الاستجابة وفعالة في الذاكرة.

تعمل المكتبة كامتداد لمكونات التحديد الحالية، مستخدمة نمط مكون عالي المستوى لحقن منطق الافتراضية دون الحاجة إلى تعديلات على الكود المصدري الأساسي. وتوفر تحكماً واسعاً في تجربة التحديد، مما يسمح للمطورين بتجاوز منطق العرض الافتراضي، وإدارة حالات الخيار، ودعم مدخلات المستخدم.

بعيداً عن الافتراضية الأساسية، تدعم المكتبة سير عمل البيانات المعقدة، بما في ذلك تحميل الخيارات غير المتزامن من APIs عن بُعد وإدارة التركيز البرمجي. يمكن للمطورين تخصيص مظهر وتخطيط القائمة المنسدلة من خلال التكوين القائم على الخصائص (prop-driven)، مما يتيح ارتفاعات خيارات ديناميكية وعرضاً متخصصاً للعناصر أو الحاويات الفردية.

Features

  • Virtualized List Rendering - Implements virtualized list rendering to efficiently display large datasets by only rendering visible items.
  • Optimized Option Lists - Optimizes performance for large option lists through virtualization and asynchronous data loading.
  • Virtualized List Rendering - Optimizes performance for massive datasets by rendering only the visible portion of the dropdown list within the viewport.
  • Asynchronous Option Loading - Supports asynchronous fetching of dropdown options from remote APIs to handle large, dynamic datasets.
  • Higher-Order Components - Uses higher-order components to inject virtualization logic into existing selection components without modifying their source code.
  • Select Dropdowns - Extends standard dropdown components to support massive datasets via windowing and virtualization.
  • Functional Prop Values - Allows developers to pass functions as props to customize the rendering of list items and container behavior.
  • Custom UI Components - Enables the creation of highly tailored selection menus by overriding default rendering logic.
  • Imperative Method Exposure - Exposes internal component methods via refs to allow parent applications to programmatically manage focus and interaction.
  • Performance-Optimized UI - Provides a high-performance UI library for handling thousands of interactive elements without sacrificing responsiveness.
  • Searchable Dropdowns - Facilitates searchable dropdown interfaces that load and display extensive sets of options from remote sources.
  • Custom Option Renderers - Allows developers to define custom visual templates for dropdown options to support unique layouts and specialized interactive elements.
  • Creatable Selection Inputs - The library enables users to input and select custom values not present in the initial list to expand selection possibilities.
  • Selection Interface Overrides - Allows overriding default selection behavior to support custom workflows and user-created inputs.

سجل النجوم

مخطط تاريخ النجوم لـ bvaughn/react-virtualized-selectمخطط تاريخ النجوم لـ bvaughn/react-virtualized-select

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم React Virtualized Select

مجموعات منسقة بعناية يظهر فيها React Virtualized Select.
  • مكتبة JavaScript لبناء واجهات المستخدم

الأسئلة الشائعة

ما هي وظيفة bvaughn/react-virtualized-select؟

هذا المشروع عبارة عن مكون قائمة منسدلة عالي الأداء مصمم للتعامل مع مجموعات بيانات ضخمة داخل واجهات المستخدم. من خلال دمج تقنيات النوافذ والافتراضية، فإنه يعرض فقط العناصر المرئية حالياً داخل منفذ العرض، مما يضمن بقاء القوائم التي تحتوي على آلاف الإدخالات سريعة الاستجابة وفعالة في الذاكرة.

ما هي الميزات الرئيسية لـ bvaughn/react-virtualized-select؟

الميزات الرئيسية لـ bvaughn/react-virtualized-select هي: Virtualized List Rendering, Optimized Option Lists, Asynchronous Option Loading, Higher-Order Components, Select Dropdowns, Functional Prop Values, Custom UI Components, Imperative Method Exposure.

ما هي البدائل مفتوحة المصدر لـ bvaughn/react-virtualized-select؟

تشمل البدائل مفتوحة المصدر لـ bvaughn/react-virtualized-select: choices-js/choices — Choices is a vanilla JavaScript library used to create customizable select boxes and text inputs without external… chakra-ui/ark — Ark is a headless UI component library that delivers accessible, cross-framework primitives with behavior governed by… mui/base-ui — Base UI is a headless component library and unstyled framework providing accessible interface primitives. It decouples… snapappointments/bootstrap-select — Bootstrap Select is a jQuery plugin that replaces standard HTML select elements with a stylized interface. It… react-component/select — This library provides a flexible dropdown menu component for building single and multi-select inputs within web… petyosi/react-virtuoso — React Virtuoso is a React component library for rendering large datasets efficiently through virtualized lists, grids,…

بدائل مفتوحة المصدر لـ React Virtualized Select

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع React Virtualized Select.
  • choices-js/choicesالصورة الرمزية لـ Choices-js

    Choices-js/Choices

    6,801عرض على GitHub↗

    Choices is a vanilla JavaScript library used to create customizable select boxes and text inputs without external dependencies. It functions as a custom select box plugin that transforms standard HTML select elements into searchable, stylable dropdowns and tagged text input components. The library distinguishes itself through a system of customizable HTML templates and CSS custom properties, allowing for the creation of tailored UI components. It provides the ability to define custom HTML structures for input components and modify the visual appearance of the interface via CSS theme styling.

    JavaScriptchoicechoiceschoicesjs
    عرض على GitHub↗6,801
  • chakra-ui/arkالصورة الرمزية لـ chakra-ui

    chakra-ui/ark

    5,004عرض على GitHub↗

    Ark is a headless UI component library that delivers accessible, cross-framework primitives with behavior governed by finite state machines. It provides unstyled components that encapsulate logic and accessibility — including full keyboard navigation, focus management, and WAI-ARIA support — while leaving visual styling entirely to the consumer. Components expose scoped data attributes for CSS targeting and use state machines to produce predictable, testable interactive behavior across every state transition. The library distinguishes itself through a state propagation model that distributes

    TypeScriptcomponentsdesign-systemheadless
    عرض على GitHub↗5,004
  • mui/base-uiالصورة الرمزية لـ mui

    mui/base-ui

    8,711عرض على GitHub↗

    Base UI is a headless component library and unstyled framework providing accessible interface primitives. It decouples behavioral logic and state management from the visual layer, allowing developers to implement complex UI patterns while maintaining total control over the final styling. The library implements WAI-ARIA design patterns to ensure all primitives support standard keyboard navigation and screen reader accessibility. It provides a suite of low-level building blocks that handle the internal mechanics of interface elements without bundling any CSS. The framework covers a broad range

    TypeScriptaccessibilitydesign-systemreact
    عرض على GitHub↗8,711
  • snapappointments/bootstrap-selectالصورة الرمزية لـ snapappointments

    snapappointments/bootstrap-select

    9,826عرض على GitHub↗

    Bootstrap Select is a jQuery plugin that replaces standard HTML select elements with a stylized interface. It functions as a custom dropdown menu that transforms native browser inputs into accessible form components. The project differentiates itself by providing real-time search filtering, multi-select data entry, and the ability to populate selection lists dynamically via remote JSON sources. To maintain browser performance when handling large datasets, it utilizes virtual rendering to display only the visible subset of options. The component includes accessibility support through ARIA att

    JavaScriptbootstrapdropdownjavascript
    عرض على GitHub↗9,826
  • عرض جميع البدائل الـ 30 لـ React Virtualized Select→