starkwang/vue-virtual-collection: Vue component for efficiently rendering large collection data
Vue component for efficiently rendering large collections, inspired by react-virtualize. It offers two ways of usage: passing the entire collection as a single group, or organizing items into groups for better performance. Detailed code examples demonstrate setup and usage, including handling different item sizes and positions.