{"id":39608841,"url":"https://github.com/pdanpdan/virtual-scroll","last_synced_at":"2026-02-07T18:14:13.193Z","repository":{"id":333174198,"uuid":"1136434504","full_name":"pdanpdan/virtual-scroll","owner":"pdanpdan","description":"High-performance Vue 3 virtual scrolling library","archived":false,"fork":false,"pushed_at":"2026-02-01T02:33:30.000Z","size":5460,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-01T13:45:35.628Z","etag":null,"topics":["dynamic-size","fenwick-tree","frontend","gris-view","infinite-scroll","javascript","list-view","performance","ssg","ssr","typescript","ui-components","virtual-list","virtual-scroll","virtual-scrolling","vue","vue3","windowing"],"latest_commit_sha":null,"homepage":"https://pdanpdan.github.io/virtual-scroll/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pdanpdan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pdanpdan"]}},"created_at":"2026-01-17T17:26:20.000Z","updated_at":"2026-02-01T02:32:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pdanpdan/virtual-scroll","commit_stats":null,"previous_names":["pdanpdan/virtual-scroll"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/pdanpdan/virtual-scroll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdanpdan%2Fvirtual-scroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdanpdan%2Fvirtual-scroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdanpdan%2Fvirtual-scroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdanpdan%2Fvirtual-scroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdanpdan","download_url":"https://codeload.github.com/pdanpdan/virtual-scroll/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdanpdan%2Fvirtual-scroll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29203476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T17:44:10.191Z","status":"ssl_error","status_checked_at":"2026-02-07T17:44:07.936Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dynamic-size","fenwick-tree","frontend","gris-view","infinite-scroll","javascript","list-view","performance","ssg","ssr","typescript","ui-components","virtual-list","virtual-scroll","virtual-scrolling","vue","vue3","windowing"],"created_at":"2026-01-18T08:02:43.472Z","updated_at":"2026-02-07T18:14:13.188Z","avatar_url":"https://github.com/pdanpdan.png","language":"TypeScript","readme":"# @pdanpdan/virtual-scroll\n\nA high-performance, flexible virtual scrolling component for Vue 3 that supports massive datasets (up to billions of pixels) through coordinate scaling.\n\n[![NPM Version](https://img.shields.io/npm/v/@pdanpdan/virtual-scroll.svg)](https://www.npmjs.com/package/@pdanpdan/virtual-scroll)\n[![License](https://img.shields.io/npm/l/@pdanpdan/virtual-scroll.svg)](./LICENSE)\n\n## Links\n\n- **Documentation \u0026 Live Examples:** [https://pdanpdan.github.io/virtual-scroll/](https://pdanpdan.github.io/virtual-scroll/)\n- **LLM Documentation:** [llms.txt](./packages/playground/public/llms.txt) ([web](https://pdanpdan.github.io/virtual-scroll/llms.txt))\n- **NPM Package:** [https://www.npmjs.com/package/@pdanpdan/virtual-scroll](https://www.npmjs.com/package/@pdanpdan/virtual-scroll)\n- **GitHub Repository:** [https://github.com/pdanpdan/virtual-scroll](https://github.com/pdanpdan/virtual-scroll)\n\n## Project Structure\n\nThis is a monorepo managed by `pnpm`.\n\n- **[`@pdanpdan/virtual-scroll`](./packages/virtual-scroll)**: The core library.\n- **[`playground`](./packages/playground)**: Documentation and demonstration environment.\n\n## Getting Started\n\n### Installation\n\n```bash\npnpm install\n```\n\n### Development\n\nStart the playground in development mode (with SSR and HMR enabled for the library):\n\n```bash\npnpm dev\n```\n\n### Build\n\nBuild all packages:\n\n```bash\npnpm build\n```\n\n### Testing\n\nRun all checks (linting, type checking, tests) for the core library:\n\n```bash\npnpm test:all\n```\n\n## License\n\nMIT\n","funding_links":["https://github.com/sponsors/pdanpdan"],"categories":["Components \u0026 Libraries"],"sub_categories":["UI Layout"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdanpdan%2Fvirtual-scroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdanpdan%2Fvirtual-scroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdanpdan%2Fvirtual-scroll/lists"}