the project wants to put excel into the system, but it is estimated that there are nearly 4000 input input boxes on a page. For those less than 200 before, onBlur is used to update the data. The value of input is not bound with state. It can keep the naked eye without stutter when the input is less than 300, but it exceeds 4000. I really can"t imagine that react can input input without stutter with the naked eye. Have you ever encountered a similar scenario, or is there any solution
?add: input is placed in table, and it is not easy to split it at present, because where it is not input, the data in input is used for calculation