Web Socket data
Hi guys, I'm looking into using tanstack react-table to render arbitrary amounts of data from a WebSocket, is there any examples for converting live data into a schema readable by react tables column accessors? And Similarly are there any gotchas I should look out for, my plan is to feed the data from a zustand store. Much appreciated.
1 Reply
vicious-gold•2y ago
Hey, did you every figure this out? We are hoping to do something similar