6 रिपॉजिटरी
Renders only visible items in long lists to improve performance by avoiding painting off-screen elements.
Distinct from Large Dataset Optimizations: Distinct from Large Dataset Optimizations: focuses specifically on DOM virtualization for UI lists, not general data processing optimizations.
Explore 6 awesome GitHub repositories matching software engineering & architecture · Virtualized Lists. Refine with filters or upvote what's useful.
lit-html is a JavaScript HTML templating library and reactive UI template engine. It uses tagged template literals to render dynamic HTML templates, focusing on efficient partial updates to the DOM to minimize browser reflows. The library functions as a rendering tool for web components and supports server-side rendering to improve initial page load speeds and search engine optimization. Its capabilities cover the development of lightweight custom HTML elements and the management of dynamic HTML rendering. It includes support for high-performance list rendering and the handling of asynchrono
Optimizes performance for large datasets by rendering only the items currently visible in the viewport.
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
Ships a virtualized list component for efficiently rendering large datasets in dropdowns and select inputs.
Taiga UI is an Angular UI component library and accessible design system used for building enterprise web interfaces. It provides a comprehensive collection of reusable interface elements and layout tools, functioning as a mobile-first UI kit with responsive components that adapt to different device capabilities. The library distinguishes itself through an integrated data visualization library featuring various chart types and a dedicated form management framework with built-in validation and formatting for specialized data. It also features AI-driven development workflows by integrating comp
Maintains high performance for large data sets by rendering only the elements currently visible in the viewport.
Renders only visible items in a scrollable list to maintain performance with large datasets.
React tiny virtual list is a zero-dependency component library that optimizes performance for extensive vertical and horizontal collections by rendering only the items currently visible in the viewport. It handles large datasets efficiently while supporting variable item dimensions and dynamic content updates at runtime. The component supports both horizontal and vertical scroll directions, absolute positioning layouts, and dynamic offset measurements computed via fixed numbers, size arrays, or callback functions. It also provides imperative methods to programmatically scroll or jump to speci
Virtualizes large collections by rendering only items currently visible in the viewport to maintain performance.
यह प्रोजेक्ट यूजर इंटरफेस के भीतर बड़े डेटासेट को संभालने के लिए डिज़ाइन किया गया एक उच्च-परफॉरमेंस ड्रॉपडाउन घटक है। विंडोइंग और वर्चुअलाइजेशन तकनीकों को इंटीग्रेट करके, यह केवल व्यूपोर्ट के भीतर वर्तमान में दिखाई देने वाले आइटम को रेंडर करता है, यह सुनिश्चित करता है कि हजारों प्रविष्टियों वाली सूचियां रिस्पॉन्सिव और मेमोरी-कुशल बनी रहें। लाइब्रेरी मौजूदा चयन घटकों के लिए एक विस्तार के रूप में कार्य करती है, जो अंतर्निहित स्रोत कोड में संशोधन की आवश्यकता के बिना वर्चुअलाइजेशन तर्क को इंजेक्ट करने के लिए उच्च-क्रम घटक पैटर्न का उपयोग करती है। यह चयन अनुभव पर व्यापक नियंत्रण प्रदान करती है, जिससे डेवलपर्स को डिफ़ॉल्ट रेंडरिंग तर्क को ओवरराइड करने, विकल्प राज्यों को प्रबंधित करने और उपयोगकर्ता-निर्मित इनपुट का समर्थन करने की अनुमति मिलती है। मुख्य वर्चुअलाइजेशन से परे, लाइब्रेरी रिमोट API से एसिंक्रोनस विकल्प लोडिंग और प्रोग्रामेटिक फोकस प्रबंधन सहित जटिल डेटा वर्कफ़्लो का समर्थन करती है। डेवलपर्स प्रॉप-संचालित संरचना के माध्यम से ड्रॉपडाउन की उपस्थिति और लेआउट को अनुकूलित कर सकते हैं, जो व्यक्तिगत आइटम या कंटेनरों के लिए डायनामिक विकल्प ऊंचाइयों और विशेष रेंडरिंग को सक्षम करता है।
Optimizes performance for large option lists through virtualization and asynchronous data loading.