Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

demo showing how to virtualize a select component from scratch and using TanStack Virtual

NotificationsYou must be signed in to change notification settings

renanleonel/react-virtualization

Repository files navigation

This repository contains the code examples for the articleVirtualizing React, which explores different approaches to implementing virtualization in React.

Overview

This demo showcases:

  • Custom virtualization implementation from scratch
  • TanStack Virtual integration
  • Integration with shadcn/ui Select component
  • Performance comparisons between different approaches

The article covers:

  1. Understanding Virtualization
  2. Pure Implementation from scratch
  3. TanStack Virtual Implementation
  4. Comparing both approaches

Getting Started

Run the development server:

pnpm dev

Openhttp://localhost:3000 with your browser to see the demo in action.

Implementation Details

The repository includes two main implementations:

Pure Implementation

  • Custom virtualization logic built from scratch
  • Demonstrates core concepts like:
    • Virtual window management
    • Buffer zones
    • Height calculations
    • Position management

TanStack Virtual Implementation

  • Production-ready solution using TanStack Virtual
  • Showcases advanced features and optimizations

Both implementations are integrated with shadcn/ui's Select component to demonstrate practical usage in a real-world scenario.

Tech Stack

Learn More

For a detailed explanation of the implementations and concepts, read the full article:Virtualizing React

About

demo showing how to virtualize a select component from scratch and using TanStack Virtual

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp