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?