Tanstack Vue Virtual Skilld
Efficiently renders large Vue lists using TanStack Virtualized for optimal performance and user experience.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tanstack-vue-virtual-skilld npx -- -y @trustedskills/tanstack-vue-virtual-skilld
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tanstack-vue-virtual-skilld": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tanstack-vue-virtual-skilld"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides virtualized lists and grids for Vue.js applications, leveraging the tanstack-vue-virtual library. It efficiently renders only the visible items in a large list or grid, significantly improving performance and user experience when dealing with extensive datasets. The component automatically handles scrolling and rendering updates to maintain optimal responsiveness.
When to use it
- Displaying long lists of products on an e-commerce site where loading all items at once would be slow.
- Creating a large data table with hundreds or thousands of rows, ensuring smooth scrolling without performance bottlenecks.
- Building a gallery of images that extends beyond the visible viewport.
- Implementing a chat interface with a long history of messages.
Key capabilities
- Virtualized list rendering
- Virtualized grid rendering
- Automatic scroll handling
- Performance optimization for large datasets
- Integration with
tanstack-vue-virtuallibrary
Example prompts
- "Create a virtualized list component to display user profiles."
- "Implement a virtualized grid to show product thumbnails."
- "Generate code for a virtual scrollable chat history."
Tips & gotchas
- Requires Vue.js and familiarity with component-based development.
- Ensure the data source is efficiently paginated or filtered if dealing with extremely large datasets to avoid overwhelming the virtualized list.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.