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.
- Documentation & Examples: Live Demo & Docs
- LLM Documentation: llms.txt (web)
- Main Package:
@pdanpdan/virtual-scroll
-
Install dependencies from the project root:
pnpm install
-
Run the playground in development mode:
pnpm --filter playground dev
-
Open your browser at
http://localhost:5173.
- Live HMR: Changes made to
packages/virtual-scroll/srcare 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.