vssvelte-tiny-virtual-list.
svelte-tiny-virtual-list is older, tiny, and flexible. Svelte Virtual List is built around Svelte 5 ergonomics.
at a glance.
Compare svelte-tiny-virtual-list and @humanspeak/svelte-virtual-list for Svelte 5: sizing, dynamic heights, horizontal lists, scrolling, and infinite loading.
side-by-side.
Every surface that matters, compared without spin.
| feature | @humanspeak/svelte-virtual-list | svelte-tiny-virtual-list |
|---|---|---|
| Svelte 5 snippets | yes | yes |
| Dynamic measured heights | yes | Explicit sizes / recompute |
| Variable sizes from array/function | no | yes |
| Horizontal lists | LTR, runtime switchable | yes |
| Infinite scroll helpers | yes | Footer snippet pattern |
| Programmatic scroll to index | yes | yes |
| Runtime dependencies | 0 | 0 |
where each shines.
- +Svelte 5-native component API with snippets and TypeScript generics
- +Dynamic height measurement without requiring a size map up front
- +Built-in infinite loading hooks for feed and pagination workflows
- +Imperative scroll method with index and alignment control
- +Vertical and horizontal layouts, including reactive orientation switching
- +SSR-friendly package for SvelteKit apps
- +Zero runtime dependencies and MIT licensed
- +Automatic measurement suits content whose height changes after render
- +Modern Svelte 5 snippet API
- +Small and dependency-free
- +Supports fixed, variable, vertical, and horizontal modes
- +Header and footer snippets are useful for wrappers and loaders
- +Mature package with a long release history
where each falls short.
- −Focused on one-dimensional lists, not grids or masonry layouts
- −Horizontal mode is LTR-only in the current release
- −Requires Svelte 5
- −Newer package with a smaller ecosystem than older virtualizer projects
- −Variable sizes are primarily supplied by itemSize data or recomputeSizes
- −Infinite loading is composed through external footer patterns
the honest call.
Choose svelte-tiny-virtual-list for its Svelte 5 snippet API with explicit size arrays/functions and sticky indices. Choose @humanspeak/svelte-virtual-list for automatic dynamic measurement, reactive vertical↔horizontal switching, SSR-friendly docs, and built-in infinite loading.
read more.
Every head-to-head, with the same matrix + pros / cons + verdict format.
TanStack Virtual is a powerful headless virtualizer. Svelte Virtual List is the smaller Svelte-first component.
read comparison ↗virtua is a zero-config multi-framework virtualizer. Svelte Virtual List is narrower and Svelte-specific.
read comparison ↗svelte-virtuallists offers list and table virtualizers. Svelte Virtual List keeps a smaller one-dimensional component API.
read comparison ↗The legacy Svelte package proved the pattern. Svelte Virtual List modernizes it for Svelte 5.
read comparison ↗The full /compare index — every head-to-head in one place.
browse all ↗svelte virtual list → install in 30 seconds