https://jsfiddle.net/zac4fjb8/1/
If provided more rows like 1000 to handsonTable, it impact on the overall application badly.
In sample, click the increment button and note delay to updating local react state.
If reduce rows to 100, they delay will disappear.
Example updating the local state and not updating table on increment,
We are not regenerating data, sound like HandsonTable using resources in background while sitting ideal OR memory leak ?
What the maximum number of rows handsontable support ?
Is there a way to optimize it ?