awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bvaughn avatar

bvaughn/react-virtualized

0
View on GitHub↗
27,072 Stars·3,026 Forks·JavaScript·MIT·7 Aufrufebvaughn.github.io/react-virtualized↗

React Virtualized

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 supports responsive layout calculations, auto-sizing components, and custom element rendering for headers and rows.

Features

  • Virtual Rendering Engines - Implements high-performance virtual rendering for massive grids by rendering only the visible subset of rows and columns.
  • Virtualized List Rendering - Renders massive lists and tables by only drawing elements currently visible in the viewport.
  • Grid Coordinate Mapping - Calculates the visible range of both rows and columns to render only intersecting cells of a table.
  • DOM Rendering Engines - Manages the mounting and updating of only visible virtual elements into the browser DOM.
  • Absolute Positioning - Implements absolute positioning of visible elements to simulate a full-length scrollable list.
  • Windowed Grids - Implements a grid layout that maintains high performance by recycling DOM nodes and limiting rendered cells.
  • Dynamic Size Calculators - Measures and caches dimensions of variable-sized items to maintain accurate scrollbar positioning.
  • Row Dimension Management - The library calculates row heights and offsets manually to ensure accurate scrollbar sizing and element positioning.
  • Viewport-Based Virtualization - Calculates the visible slice of a dataset to render only items within the current viewport.
  • Viewport Control - Provides programmatic control to move the viewport to specific pixel offsets or bring specific row indices into view.
  • Virtualized Data Grids - Builds high-performance grids with fixed headers and frozen columns that handle thousands of rows and columns.
  • Virtualized Lists - Provides a set of components that render only visible items to manage massive datasets efficiently.
  • Custom Element Renderers - Allows injecting custom user interface elements by replacing default rendering functions for headers and rows.
  • Variable-Size Content Layout - Manages elements with unpredictable heights or widths in a list while maintaining precise scroll positions.
  • Frozen Grid Elements - Creates layouts with frozen columns and rows that stay visible while the rest of the grid scrolls.
  • Infinite Scroll Components - Provides components that automatically load and append content as the user scrolls to the end of a list.
  • Masonry Layouts - Implements a grid system that packs items of varying heights and widths to optimize vertical space.
  • Viewport Synchronization - Links the scroll positions of multiple separate containers so they move in unison.
  • Scroll Synchronization - Binds multiple independent viewports to a single scroll offset to keep different data views in unison.
  • Synchronized Scroll Containers - Coordinates the scroll positions of multiple separate components so they move in unison.
  • Performance Tools - Efficient rendering for large lists and tables.
  • Web Performance Utilities - Virtualizes large lists for efficient rendering.
  • Special use case libraries - Listed in the “Special use case libraries” section of the Awesome Ui Component Library awesome list.

Star-Verlauf

Star-Verlauf für bvaughn/react-virtualizedStar-Verlauf für bvaughn/react-virtualized

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu React Virtualized

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit React Virtualized.
  • olifolkerd/tabulatorAvatar von olifolkerd

    olifolkerd/tabulator

    7,550Auf GitHub ansehen↗

    Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from JSON or arrays. It functions as a hierarchical data viewer and a spreadsheet interface component, capable of rendering thousands of records efficiently through viewport-based virtualization and progressive loading. The library distinguishes itself by providing a full spreadsheet interface mode with multi-sheet management, cell range selection, and bulk copy-paste capabilities. It supports complex data architectures, including nested data field mapping, expandable tree structure

    JavaScriptajaxcdnjsdata
    Auf GitHub ansehen↗7,550
  • bvaughn/react-windowAvatar von bvaughn

    bvaughn/react-window

    17,190Auf GitHub ansehen↗

    React-window is a frontend performance optimization library designed to render large datasets in React applications. It implements virtualization techniques to manage long lists and complex tabular data by dynamically mounting and unmounting elements based on the current viewport. By limiting the number of active document nodes, the library maintains interface responsiveness when handling thousands of data entries. The library distinguishes itself through a focus on efficient layout calculations and scroll-driven reconciliation. It uses absolute positioning and predefined dimensions to determ

    TypeScript
    Auf GitHub ansehen↗17,190
  • inokawa/virtuaAvatar von inokawa

    inokawa/virtua

    3,460Auf GitHub ansehen↗
    TypeScriptheadlessuiinfinite-scrollperformance
    Auf GitHub ansehen↗3,460
  • glideapps/glide-data-gridAvatar von glideapps

    glideapps/glide-data-grid

    5,237Auf GitHub ansehen↗

    Glide Data Grid is a virtualized data grid for React and TypeScript that uses the HTML Canvas API to render millions of cells smoothly. It is designed as an accessible data table that maintains high frame rates when displaying and navigating massive datasets. The project distinguishes itself through a canvas-based rendering architecture that utilizes lazy rendering and a custom drawing API. This allows for specialized cell content and data-driven styling that bypasses standard DOM update cycles to ensure high performance. The grid provides comprehensive layout and data management capabilitie

    TypeScriptaccessibledatadatagrid
    Auf GitHub ansehen↗5,237
Alle 30 Alternativen zu React Virtualized anzeigen→

Häufig gestellte Fragen

Was macht bvaughn/react-virtualized?

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.

Was sind die Hauptfunktionen von bvaughn/react-virtualized?

Die Hauptfunktionen von bvaughn/react-virtualized sind: Virtual Rendering Engines, Virtualized List Rendering, Grid Coordinate Mapping, DOM Rendering Engines, Absolute Positioning, Windowed Grids, Dynamic Size Calculators, Row Dimension Management.

Welche Open-Source-Alternativen gibt es zu bvaughn/react-virtualized?

Open-Source-Alternativen zu bvaughn/react-virtualized sind unter anderem: olifolkerd/tabulator — Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from… bvaughn/react-window — React-window is a frontend performance optimization library designed to render large datasets in React applications.… inokawa/virtua. glideapps/glide-data-grid — Glide Data Grid is a virtualized data grid for React and TypeScript that uses the HTML Canvas API to render millions… tusen-ai/naive-ui — Naive UI is a comprehensive TypeScript user interface library and component set designed specifically for Vue 3… rowsncolumns/grid — This project is a high-performance data grid component designed for React applications. It provides a declarative…