A web component support big amount data list with high render performance and efficient.
npm install render-big-datavue.
npm i render-big-data --save
`
component:
`vue
// index is important here, don't forget it
{item.key}: {item.value}
`
web component setting
if you use vue,you should read using-custom-elements-in-vue.
if you use react, you should read Using Web Components in React.
if you use angular, you should read using-custom-elements-in-angular.
if you use svelte`, you don't need any settings.