At the moment due to #6 PR we have a mobile/desktop resizing. But continuously resizing is still working badly. We need to add an ability to smoothly resize an application (like in a devtools).
NB: be careful with adding the just size dependency to useCanvas. It may overload a browser because of a lot of stopping and initializing web-workers at practically the same time.
At the moment due to #6 PR we have a mobile/desktop resizing. But continuously resizing is still working badly. We need to add an ability to smoothly resize an application (like in a devtools).
NB: be careful with adding the just size dependency to
useCanvas. It may overload a browser because of a lot of stopping and initializing web-workersat practically the same time.