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

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

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

3 مستودعات

Awesome GitHub RepositoriesVirtual Scrollers

Performance-optimized components for rendering large datasets by recycling DOM elements.

Distinguishing note: No existing candidates provided; minting under UI umbrella to capture high-performance list rendering.

Explore 3 awesome GitHub repositories matching user interface & experience · Virtual Scrollers. Refine with filters or upvote what's useful.

Awesome Virtual Scrollers GitHub Repositories

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

    vuetifyjs/vuetify

    41,003عرض على GitHub↗

    This project is a comprehensive UI toolkit that provides a declarative, reactive framework for building modular web interfaces. It centers on a component-based architecture that maps application state to rendered elements, utilizing a twelve-point flexbox grid system and nested containers to manage complex layouts. The library ensures consistent behavior across large-scale applications by providing centralized configuration for component defaults, themes, and global design tokens. What distinguishes this framework is its deep integration of Material Design principles alongside a highly flexib

    The library displays massive lists efficiently by rendering only the items currently visible in the viewport.

    TypeScriptjavascriptmaterialmaterial-components
    عرض على GitHub↗41,003
  • petyosi/react-virtuosoالصورة الرمزية لـ petyosi

    petyosi/react-virtuoso

    6,348عرض على GitHub↗

    React Virtuoso is a React component library for rendering large datasets efficiently through virtualized lists, grids, tables, and chat interfaces. It automatically measures variable-height items at runtime, computes accurate scroll offsets without requiring fixed sizes, and renders only the items within the visible viewport plus a configurable buffer zone. The library manages scroll position through a state machine that tracks direction, position, and anchor items to handle auto-scroll, sticky headers, and bidirectional loading. The library distinguishes itself with specialized components fo

    Provides a virtual scroller component whose internal HTML structure can be customized via element overrides.

    TypeScriptchatcomponent-libraryfeed
    عرض على GitHub↗6,348
  • rintoj/ngx-virtual-scrollerالصورة الرمزية لـ rintoj

    rintoj/ngx-virtual-scroller

    985عرض على GitHub↗

    An angular virtual scroller component renders large datasets efficiently by displaying only visible items in the viewport, recycling existing DOM elements, and maintaining constant element counts. It handles variable item heights and widths through dynamic sizing calculations and buffer adjustments, while maintaining hidden buffer zones above and below the visible viewport to prevent visual flickering during rapid scrolling. The library supports event-driven infinite loading by listening for scroll threshold proximity events to trigger chunked data fetching and append new items automatically.

    Renders large lists efficiently by displaying only visible items in the viewport and recycling DOM elements.

    TypeScriptangular2angular2-componentinfinite
    عرض على GitHub↗985
  1. Home
  2. User Interface & Experience
  3. Virtual Scrollers