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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
clauderic avatar

clauderic/react-tiny-virtual-list

0
View on GitHub↗
2,488 stele·159 fork-uri·TypeScript·MIT·16 vizualizăriclauderic.github.io/react-tiny-virtual-list↗

React Tiny Virtual List

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 specific item indices with configurable alignment, tracks visibility changes through update callbacks, and maintains designated items at fixed coordinates using sticky element pinning.

Features

  • Virtual List Renderers - Optimizes performance for extensive vertical and horizontal collections by rendering only visible items.
  • Windowed Rendering - Renders only the subset of items falling within the current scroll container bounds to maintain high performance.
  • Virtualized List Components - Implements a lightweight React component that renders only visible items in large collections during scroll.
  • Virtualized Lists - Virtualizes large collections by rendering only items currently visible in the viewport to maintain performance.
  • Virtualized List Rendering - Renders long lists of data efficiently by only drawing items currently visible in the browser viewport.
  • Virtualized Variable-Height Items - Supports variable heights and widths to render scrolling lists with items of different dimensions efficiently.
  • Scroll Alignment Controls - Manages scroll offsets, programmatically jumps to specific item indices, and aligns scrolled items within the viewport.
  • Imperative Scroll Controllers - Exposes programmatic methods to jump or scroll smoothly to specific item indices with configurable alignment.
  • UI Component Libraries - Provides a frontend component library handling large scrollable collections with variable dimensions and sticky elements.
  • Variable-Size Content Layout - Supports both vertical and horizontal scroll directions with fixed or variable item sizes and dynamic measurements.
  • Absolute Positioning - Calculates precise absolute pixel offsets to position rendered list items within the scrollable viewport container.
  • Horizontal List Scrolling - Scrolls and virtualizes items along a horizontal axis instead of vertically by changing layout direction.
  • List Dimension Queries - Defines container dimensions and scroll direction to handle both vertical and horizontal scrolling lists smoothly.
  • Dynamic Element Measurers - Computes item positions dynamically using fixed numbers, size arrays, or custom callback functions at runtime.
  • Dynamic Item Size Calculators - Accepts fixed dimensions, size arrays, or dynamic functions alongside sticky index configurations for layouts.

Istoric stele

Graficul istoricului de stele pentru clauderic/react-tiny-virtual-listGraficul istoricului de stele pentru clauderic/react-tiny-virtual-list

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru React Tiny Virtual List

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu React Tiny Virtual List.
  • tangbc/vue-virtual-scroll-listAvatar tangbc

    tangbc/vue-virtual-scroll-list

    4,517Vezi pe GitHub↗

    vue-virtual-scroll-list is a virtualized list implementation for Vue applications. It provides a component that renders only the visible items of a large dataset to maintain high performance and limit the number of active DOM elements. The project functions as a high-performance list renderer and dynamic viewport manager. It calculates real-time list dimensions and scroll offsets to display thousands of data entries without degrading browser memory usage or performance. The system includes programmatic scroll control to navigate to specific item indices or pixel offsets. It also provides uti

    JavaScriptbig-datainfinite-scrollvirtual-list
    Vezi pe GitHub↗4,517
  • petyosi/react-virtuosoAvatar petyosi

    petyosi/react-virtuoso

    6,348Vezi pe 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

    TypeScriptchatcomponent-libraryfeed
    Vezi pe GitHub↗6,348
  • tanstack/virtualAvatar TanStack

    TanStack/virtual

    6,971Vezi pe GitHub↗
    TypeScriptjavascriptperformancereact
    Vezi pe GitHub↗6,971
  • bvaughn/react-virtualizedAvatar bvaughn

    bvaughn/react-virtualized

    27,072Vezi pe GitHub↗

    react-virtualized is a library of components for rendering massive lists and tables by drawing only the elements visible in the viewport. It provides specialized layout managers including a windowed grid component and a dynamic height list manager. The project includes a masonry layout engine for packing items of varying heights and widths, as well as an infinite scroll interface for incrementally fetching and appending data. The library covers a broad range of virtualization capabilities, including frozen grid elements, reverse list rendering, and synchronized viewport scrolling. It also su

    JavaScriptgridlistlistview
    Vezi pe GitHub↗27,072
Vezi toate cele 30 alternative pentru React Tiny Virtual List→

Întrebări frecvente

Ce face clauderic/react-tiny-virtual-list?

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.

Care sunt principalele funcționalități ale clauderic/react-tiny-virtual-list?

Principalele funcționalități ale clauderic/react-tiny-virtual-list sunt: Virtual List Renderers, Windowed Rendering, Virtualized List Components, Virtualized Lists, Virtualized List Rendering, Virtualized Variable-Height Items, Scroll Alignment Controls, Imperative Scroll Controllers.

Care sunt câteva alternative open-source pentru clauderic/react-tiny-virtual-list?

Alternativele open-source pentru clauderic/react-tiny-virtual-list includ: tangbc/vue-virtual-scroll-list — vue-virtual-scroll-list is a virtualized list implementation for Vue applications. It provides a component that… petyosi/react-virtuoso — React Virtuoso is a React component library for rendering large datasets efficiently through virtualized lists, grids,… tanstack/virtual. bvaughn/react-virtualized — react-virtualized is a library of components for rendering massive lists and tables by drawing only the elements… meliorence/react-native-snap-carousel — This project is a cross-platform mobile carousel component for creating swipeable image and content sliders. It… flipkart/recyclerlistview — Recyclerlistview is a cross-platform virtualized list component for React Native and web. It functions as a…

Colecții curatoriate care includ React Tiny Virtual List

Colecții selectate manual în care apare React Tiny Virtual List.
  • Virtual scrolling library