Kevin Thomas Van Cott's banner
Kevin Thomas Van Cott's profile picture

Kevin Thomas Van Cott

@KevinVanCott2,914 subscribers

Sometimes called Kevin Vandy. Software Engineer and OSS maintainer. Creator of material-react-table and mantine-react-table. TanStack maintainer.

Shorts

I might have just figured out how to integrate Web Workers with TanStack Table V9... So... multi-threaded TanStack Table coming soon? This would theoretically unlock huge UI performance wins for specific large tables that use heavy client-side computations for filtering, sorting, aggregation, etc. In a normal setup, the UI can freeze for a second or two while a large filter or sort is computating, but as seen here, the UI stayed 100% interactive while sorting 1 million rows with a slower alphanumeric sorting function. I want to know if this would be useful to anyone.

I might have just figured out how to integrate Web Workers with TanStack Table V9... So... multi-threaded TanStack Table coming soon? This would theoretically unlock huge UI performance wins for specific large tables that use heavy client-side computations for filtering, sorting, aggregation, etc. In a normal setup, the UI can freeze for a second or two while a large filter or sort is computating, but as seen here, the UI stayed 100% interactive while sorting 1 million rows with a slower alphanumeric sorting function. I want to know if this would be useful to anyone.

43,775 Aufrufe

Now that TanStack Table V9 is built on top of TanStack Store, it allows you to fine-tune re-renders with subscriptions to state slices or individual atoms. This might be a huge deal performance-wise for certain situations in React or Preact.

Now that TanStack Table V9 is built on top of TanStack Store, it allows you to fine-tune re-renders with subscriptions to state slices or individual atoms. This might be a huge deal performance-wise for certain situations in React or Preact.

43,219 Aufrufe

Videos

Keine weiteren Inhalte verfügbar