Open ey6es opened 5 years ago
One thing I noticed: moving things around with the translate tool is substantially faster than with the grab tool. Apart from making sure that we reuse UI components when entity components don't change, this is worth looking into as a source of slowdown.
In hopes of making UI updates more responsive, we should use PureComponent/memo where possible.