T
TanStack2y ago
quickest-silver

Using tanstack table for real time data

Hey guys I am about to start a project in electron js using react, most of my tables receive real data, I tried to implement a POC using documentation and well I saw that table rerender completly instead of only the cell or the row and perfomance is bad, so I have a couple of questions. Is tanstack table recommended for tables that use real time data? and if yes, does anyone knows a good example/documentation where I can start taking a look?
3 Replies
like-gold
like-gold2y ago
Hey I have the same question, can you example how do you end up doing?
like-gold
like-gold14mo ago
Same here, any solution ?
mere-teal
mere-teal14mo ago
TanStack Table V8 will re-render the entire table ui by default when state changes. That's intentional

Did you find this page helpful?