Posts by mordecai • 111 points
1 post
- 
		1 votes1 answer62 viewsQ: Component update in React via websocketHello, I have a component in React that connects to a websocket with the following parameters (NUM_ITEMS=100, MSGS_PER_SECOND=100). Therefore, I list a table with 100 items and update them by ID to…