I have problem with dragging functionality while having large number of rendered lines in React-konva. Currently I am mapping over Array.apply(null, Array(10000)) to render lines horizontally. However, it is very laggy comparing to dragging over an array of only 500 lines for example. I have prepared codesand…