Any tips for rendering thousands of SFCs on a page?

This page summarizes the projects mentioned and recommended in the original post on /r/vuejs

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vue-virtual-collection

    Vue component for efficiently rendering large collection data

  • The only decent solution I've found so far is to use virtual scrolling (this one seems to perform the best for my use case). The initial page load is quicker and scrolling is acceptable, though still a little laggy. It's not the end of the world to use a virtual scroller, but I think that's a last resort for me. Any other tips for rendering thousands of moderately complex elements on a page?

  • vue-virtual-scroller

    ⚡️ Blazing fast scrolling for any amount of data

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to improve the performance of filtering an array that has 30k element?

    1 project | /r/learnjavascript | 15 Jun 2023
  • Building a Wordle helper with Vue.js 3.0

    4 projects | dev.to | 16 Jan 2023
  • Vue3 performance problems, large number of row components

    1 project | /r/vuejs | 17 Oct 2022
  • What is the proper way to handle displaying 10,000 results?

    1 project | /r/vuejs | 14 Jul 2022
  • I'm learning Vue3 and just pulled my hair out over a simple thing...

    1 project | /r/vuejs | 28 May 2021