react-virtuoso
Build fast virtualized React lists, grids, tables, and chat UIs
All Skills in This Repository (7)
Pure Emerald Level Indicatorsreact-virtuoso
Virtualize large lists, grids, and tables in React with automatic item size measurement.
reactive-engine
Coordinate per-engine state and data flows in React applications.
message-list
Render large chat histories virtually in React with position-preserving scroll control.
data-table
Builds virtualized React data tables with grouping, sticky columns, and resizing.
docs-guidance
Rewrite project documentation pages for clarity, structure, and safety.
react-virtuoso
Build virtualized lists, grids, and tables in React with automatic item measurement.
data-table
Build virtualized React data tables with sorting, grouping, sticky columns, and remote data models.
Frequently Asked Questions
FAQPage SchemaHow to install react-virtuoso skills?βΌ
Run `npx skills add petyosi/react-virtuoso --all -g -y` in your terminal to install all skills in this suite globally.
How to render large lists in React without lag?βΌ
Use the Virtuoso component, which renders only visible items and measures variable heights automatically, so thousands of rows scroll smoothly with no manual size configuration.
Can AI agents build chat UIs with this suite?βΌ
Yes. The message-list skill teaches your agent to build chat and AI streaming interfaces with stick-to-bottom behavior, history prepending, and scroll-to-bottom controls.
Does it work with Claude Code, Codex, and Cursor?βΌ
Yes. The skills follow the universal SKILL.md standard and ship as plugins for Claude Code and Codex, and work in Cursor and other compatible agents.
How to fix jumpy scrolling in virtualized lists?βΌ
The react-virtuoso skill covers the common causes, such as CSS margins on items and missing item keys, and gives your agent the exact fixes and troubleshooting steps.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core