react-virtuoso
by
petyosi

Description: The most powerful virtual list component for React

View on GitHub ↗

Summary Information

Updated 28 minutes ago
Added to GitGenius on May 25th, 2023
Created on May 3rd, 2019
Open Issues & Pull Requests: 54 (+0)
Number of forks: 347
Total Stargazers: 6,412 (+0)
Total Subscribers: 28 (+0)

Issue Activity (beta)

Open issues: 45
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 847 days
Stale 30+ days: 44
Stale 90+ days: 40

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (393)
  • released (89)
  • enhancement (52)
  • PR welcome (33)
  • question (29)
  • duplicate (22)
  • invalid (16)
  • wontfix (16)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 270.7 days
90th percentile: 1215.2 days
Tracked items: 217

Most active contributors

Detailed Description

React Virtuoso is a TypeScript-based React component library designed to render large lists and data sets efficiently through virtual scrolling. The project is maintained primarily by petyosi, who has logged 348 tracked events across issues and pull requests, with the repository receiving contributions from singpolyma and widavies as well. The codebase has attracted attention from developers working on major projects including Microsoft VSCode, Microsoft TypeScript, and the Rust language repository, indicating its relevance to high-performance rendering challenges.

The library provides multiple specialized components tailored to different use cases. The base Virtuoso component handles variable-sized items without requiring manual height measurements or hard-coding, automatically managing content resize and supporting features like pinned top items, endless scrolling, and scroll-to-index functionality. The MessageList component is purpose-built for chat interfaces and conversational UIs, offering imperative data management APIs that control scroll position when messages load or arrive, with support for both instant and smooth scroll animations. GroupedVirtuoso extends the core functionality to support grouped lists with sticky headers, accepting a groupCounts array to define item distribution across groups. VirtuosoGrid renders same-sized items in responsive multi-column layouts controlled through CSS properties, enabling media query support and flexible sizing. The Masonry component handles varying-height items in column layouts suitable for galleries and product listings. TableVirtuoso applies virtualization to HTML tables with support for window scrolling, sticky headers and columns, and integration with Tanstack Table and MUI Table libraries.

The repository demonstrates strong maintenance activity with a median issue and pull request response latency of 0.0 hours, though the mean of 6495.6 hours reflects occasional longer-term discussions. Bug reports represent the most active issue category with 158 tracked items, followed by released and invalid classifications. The project has been classified across numerous performance and rendering-related domains including virtual scrolling, lazy loading, infinite scroll, dynamic content handling, and large data management, reflecting its core purpose of enabling efficient rendering of large datasets.

The library emphasizes flexibility and customization, allowing developers to adapt the markup to their specific UI library requirements, with documented examples for Material UI integration. The documentation website at virtuoso.dev provides comprehensive guides and live examples for all supported features. The project maintains an MIT license and actively encourages community contributions through a defined contribution process, while also accepting sponsorships to support ongoing development and maintenance.

react-virtuoso
by
petyosipetyosi/react-virtuoso

Repository Details

Fetching additional details & charts...