You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.
Use the svelte VirtualList component to display all lists so that large datasets can be rendered quicker.
Add lazy loading to all images, for example in instagram posts.
Remove any item limits (eg first 100 items), and show the full data set in a virtual list. This is a good balance between performance and showing all the data.
The text was updated successfully, but these errors were encountered:
Use the svelte
VirtualList
component to display all lists so that large datasets can be rendered quicker.Add lazy loading to all images, for example in instagram posts.
Remove any item limits (eg first 100 items), and show the full data set in a virtual list. This is a good balance between performance and showing all the data.
The text was updated successfully, but these errors were encountered: