I tried out the alpha version of Compose Web. Lots of fun! One thing that I wasn’t anticipating was how slow the frames are when compiling for development. The bad performance goes away completely when compiling for prouduction. I suppose most of my development work would be on the JVM anyways, so it’s not really a big deal.
Excited for this to move to beta so I can port one of my compose products over to it!
yes black 6
d
darkmoon_uk
03/24/2022, 1:13 PM
@spierce7 Can you say which version you used? I'm trying
1.2.0-alpha01-dev629
but getting compile errors in my project - to be expected in a dev build of course. Curious to know which one you were able to get working?
s
spierce7
03/24/2022, 1:15 PM
Build the demo. You need to modify the project to point to the latest dev build for it to resolve the compilation errors
d
darkmoon_uk
03/24/2022, 9:32 PM
Build the demo.
Do you mean one of these? Unclear to me which one would demonstrate Canvas Rendering on Web without further modification (I'm assuming that's the new capability we're talking about).