Optimizing data fetching #742
Replies: 1 comment
-
reason was react table lol |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
using tanstack table and virtual
I'm fetching 1000 data items at an interval of 1 second on a specific page in React. The length of the data is always fixed at 1000 items, and thanks to virtualization, there is no lag. However, there is a freezing issue when fetching the 1000 data items. Is there a way to fix this?
Beta Was this translation helpful? Give feedback.
All reactions