Skill Wiki v0.1.0
pattern @community/pattern-virtual-list-rendering

Virtual List Rendering

Virtualized list rendering technique: only mount DOM nodes for visible rows plus a small overscan buffer, using scrollTop, itemHeight, and containerHeight to compute the visible window.…

Skill
@community
Domain
frontend-design
Version
1.0.0
Quality
4.0
Edges
7 out · 0 in
Tokens
87/630/1172
$ prime install @community/pattern-virtual-list-rendering

Projection

Always in _index.xml · the agent never has to ask for this.

VirtualListRendering [pattern] v1.0.0

Virtualized list rendering technique: only mount DOM nodes for visible rows plus a small overscan buffer, using scrollTop, itemHeight, and containerHeight to compute the visible window. Recommended libraries: @tanstack/react-virtual (lightweight) or react-window for fixed-size lists.

Source

prime-system/examples/frontend-design/primes/compiled/@community/pattern-virtual-list-rendering/atom.yaml

Compiled at 2026-05-07