Koneko Toujou
02/06/2023, 3:15 PMCompose-Web
(assuming no internet access) as fast as Compose-Android
and Compose-Desktop
?hfhbd
02/06/2023, 3:19 PMfast
? The default stable version uses the HTML DOM API without a virtual dom like react and without a lazy table.Arjan van Wieringen
02/06/2023, 3:24 PMKoneko Toujou
02/06/2023, 3:52 PMCompose-Android/Desktop
should easily be able to handle in terms of graphics but Compose-Web
cant handle very wellOleksandr Karpovich [JB]
02/06/2023, 3:59 PMKoneko Toujou
02/06/2023, 4:00 PMThis application does not simulate any real-world scenario as it uses a very simple layout with fixed-size cells.
Compose for Web on Canvas is at an experimental stage. This application uses funky tricks to fit the canvas to its content size.
Currently, it appears that the entire (window) canvas is redrawn on every frame. Once JetBrains/skiko#53 is fixed and only updated parts are redrawn, expect significant performance increases.
what does this apply to?hfhbd
02/06/2023, 4:09 PM