How to update a certain item in a huge table in react?
I have a huge list of items in a table. In that table, there are some dynamic elements like checkboxes. Which change based on user interaction. I am also using onScroll pagination for the table. Initially, I load 100 Items and then as the user scrol...