upcarta
  • Sign In
  • Sign Up
  • Explore
  • Search

Making Tanstack Table 1000x faster with a 1 line change

  • Article
  • Mar 7, 2023
  • #ComputerProgramming
jpcamara
@jpcamara
(Author)
jpcamara.com
Read on jpcamara.com
2 Recommenders
2 Mentions
1 Ask
A few months back I was working on a Javascript frontend for a large dataset using Tanstack Table. The relevant constraints were: Up to 50k rows of content Grouped by up to 3 colum... Show More

A few months back I was working on a Javascript frontend for a large dataset using Tanstack Table. The relevant constraints were:
Up to 50k rows of content Grouped by up to 3 columns Using react and virtualized rendering, showing 50k rows was performing well. But when the Tanstack Table grouping feature was enabled, I was seeing slowdowns on a few thousand rows, and huge slowdowns on 50k rows.

Show Less
Recommend
Post
Save
Complete
Collect
Mentions
See All
Mosaad @theMosaad · Apr 1, 2023
  • Answered to What's the best article you've read in the JS or front-end space lately?
  • From Twitter
Aaron Francis @aarondfrancis · Apr 4, 2023
  • Answered to What's the best article you've read in the JS or front-end space lately?
  • From Twitter
I really enjoyed this one: and also Caleb's newest:
Asks
See All
  • Adam Wathan
    • Ask
    What's the best article you've read in the JS or front-end space lately?
    14 answers
  • upcarta ©2025
  • Home
  • About
  • Terms
  • Privacy
  • Cookies
  • @upcarta