Svelte Tiny Virtual List

List Virtualization Library

Creator

@Skayo_

Description

svelte-tiny-virtual-list is a lightweight (only ~5kb gzipped) but mighty list virtualization library for Svelte, with zero dependencies 💪 Instead of rendering all your data in a huge list, the virtual list component just renders the items that are visible, keeping your page nice and light. It supports variable heights/widths, sticky items, scrolling to index, and more!
Visit Site
Related Projects