awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tiny-craft/tiny-rdmAvatar de tiny-craft

    tiny-craft/tiny-rdm

    12,899Ver en 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
    Ver en GitHub↗12,899
  • petyosi/react-virtuosoAvatar de petyosi

    petyosi/react-virtuoso

    6,348Ver en 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
    Ver en GitHub↗6,348
  • cweijan/vscode-database-clientAvatar de cweijan

    cweijan/vscode-database-client

    2,885Ver en GitHub↗

    Esta extensión proporciona una interfaz gráfica unificada para gestionar bases de datos relacionales y NoSQL directamente desde el editor de código. Funciona como un entorno integral para el soporte del ciclo de vida de bases de datos, permitiendo a los usuarios explorar esquemas, ejecutar consultas personalizadas y realizar tareas administrativas en múltiples tipos de servidores. La herramienta destaca por su soporte integrado para conectividad segura, incluyendo túneles SSH y gestión de certificados SSL, junto con capacidades de documentación y visualización automática de esquemas. Facilita operaciones de datos complejas envolviendo utilidades de línea de comandos externas para migraciones y copias de seguridad fiables, a la vez que proporciona generación de datos sintéticos para apoyar los flujos de trabajo de pruebas. La plataforma cubre una amplia gama de funciones de gestión de bases de datos, incluyendo la edición directa de registros de tablas, el historial de consultas y la paginación de resultados para datasets grandes. También incluye utilidades para la gestión de archivos remotos y el monitoreo en tiempo real del estado de las conexiones para garantizar un acceso consistente a los entornos de infraestructura.

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

    TypeScriptmysql-databasesqlvscode
    Ver en GitHub↗2,885
  • clauderic/react-tiny-virtual-listAvatar de clauderic

    clauderic/react-tiny-virtual-list

    2,488Ver en 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
    Ver en GitHub↗2,488
  • addepar/ember-tableAvatar de Addepar

    Addepar/ember-table

    1,685Ver en 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
    Ver en GitHub↗1,685
  1. Home
  2. User Interface & Experience
  3. Virtual List Renderers