T
TanStack3y ago
fascinating-indigo

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
flat-fuchsia
flat-fuchsia3y ago
Hey I have the same question, can you example how do you end up doing?
noble-gold
noble-gold17mo ago
Same here, any solution ?
conscious-sapphire
conscious-sapphire17mo 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?