Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.2 KB

File metadata and controls

37 lines (25 loc) · 1.2 KB

@pdanpdan/virtual-scroll Playground

This is the development, testing, and demonstration environment for the @pdanpdan/virtual-scroll package.

It contains numerous examples showcasing various features and patterns of the library.

Explore

Getting Started

  1. Install dependencies from the project root:

    pnpm install
  2. Run the playground in development mode:

    pnpm --filter playground dev
  3. Open your browser at http://localhost:5173.

Features

  • Live HMR: Changes made to packages/virtual-scroll/src are immediately reflected in the playground without a rebuild.
  • SSR Support: All pages are Server-Side Generated (SSG) and hydrated in the client, allowing you to test performance and SEO-friendliness.

Tech Stack