React table updating with websocket

I have connection to WebSocket that sends me a message every 0.1s, than i write it to useState. Then react rerender whole table with new element. Is there any method to add new element to table or a part of a table, avoiding rerendering of all other elements?

I tried to use MillionJS library to optimise table rendering, but it’s not enough. It continue rerendering the whole table