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

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

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

5 مستودعات

Awesome GitHub RepositoriesVirtual List Renderers

UI components that optimize the display of massive lists by only rendering visible elements.

Distinct from Large Key Identification: None of the candidates cover the specific UI pattern of virtualized rendering for large datasets; they focus on backend key scanning or caching.

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

Awesome Virtual List Renderers GitHub Repositories

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

    tiny-craft/tiny-rdm

    12,899عرض على GitHub↗

    tiny-rdm is a Redis database manager and GUI client that provides a visual interface for performing CRUD operations on strings, hashes, lists, sets, and streams. It functions as a comprehensive administration tool, acting as a performance monitor, a pub/sub client, and a web dashboard for monitoring Redis activity. The project distinguishes itself through advanced data visualization and debugging capabilities, including the ability to organize keys into a hierarchical tree structure using custom delimiters. It supports the decoding and decompression of stored values through built-in methods o

    Implements virtual list rendering to maintain interface responsiveness when browsing millions of keys.

    Vuegogolangicon-pack
    عرض على GitHub↗12,899
  • 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 virtualized list renderer that accepts custom UI components for items, groups, and containers.

    TypeScriptchatcomponent-libraryfeed
    عرض على GitHub↗6,348
  • cweijan/vscode-database-clientالصورة الرمزية لـ cweijan

    cweijan/vscode-database-client

    2,885عرض على GitHub↗

    This extension provides a unified graphical interface for managing relational and NoSQL databases directly within the code editor. It serves as a comprehensive environment for database lifecycle support, enabling users to browse schemas, execute custom queries, and perform administrative tasks across multiple server types. The tool distinguishes itself through integrated support for secure connectivity, including SSH tunneling and SSL certificate management, alongside automated schema documentation and visualization capabilities. It facilitates complex data operations by wrapping external com

    Optimizes the display of large database result sets by rendering only visible rows to maintain high performance.

    TypeScriptmysql-databasesqlvscode
    عرض على GitHub↗2,885
  • clauderic/react-tiny-virtual-listالصورة الرمزية لـ clauderic

    clauderic/react-tiny-virtual-list

    2,488عرض على GitHub↗

    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

    Optimizes performance for extensive vertical and horizontal collections by rendering only visible items.

    TypeScriptreactreact-componentvirtual-scroll
    عرض على GitHub↗2,488
  • addepar/ember-tableالصورة الرمزية لـ Addepar

    Addepar/ember-table

    1,685عرض على GitHub↗

    Ember Table is a component library designed for rendering high-performance data grids and virtualized lists within Ember applications. It provides the UI primitives necessary to display hundreds of thousands of records smoothly by recycling DOM nodes and rendering only the items visible in the viewport. The library includes advanced layout management tools that support live column resizing, reordering, scaling, and structural region pinning to lock headers, footers, and specific columns in place during scrolling. It also features hierarchical row flattening, transforming nested tree structur

    Displays massive lists and tabular datasets efficiently using DOM virtualization to keep scrolling smooth and responsive.

    JavaScriptemberember-addontable
    عرض على GitHub↗1,685
  1. Home
  2. User Interface & Experience
  3. Virtual List Renderers