Iliyan Germanov
08/19/2024, 1:20 PMS.
08/19/2024, 1:40 PMS.
08/19/2024, 1:41 PMIliyan Germanov
08/19/2024, 1:44 PMIliyan Germanov
08/19/2024, 1:49 PMS.
08/19/2024, 1:53 PMAlex Styl
08/19/2024, 1:58 PMAlex Styl
08/19/2024, 1:59 PMS.
08/19/2024, 2:01 PMIliyan Germanov
08/19/2024, 2:07 PMIliyan Germanov
08/19/2024, 2:08 PMAlex Styl
08/19/2024, 2:10 PMAlex Styl
08/19/2024, 2:10 PMArjan van Wieringen
08/19/2024, 3:03 PMS.
08/19/2024, 3:08 PMS.
08/19/2024, 3:18 PMChrimaeon
08/19/2024, 3:20 PMbut compose html gives you an html DomBut that will not help with SEO. As far as I know, I.e google, will only index the html site and not execute JavaScript so your page is pretty empty.
S.
08/19/2024, 3:22 PMPHondogo
08/19/2024, 3:29 PMS.
08/19/2024, 3:33 PMIliyan Germanov
08/19/2024, 3:37 PMRobert Jaros
08/19/2024, 3:49 PMS.
08/19/2024, 3:53 PMeygraber
08/19/2024, 3:55 PMRobert Jaros
08/19/2024, 3:59 PMeygraber
08/19/2024, 4:03 PMRobert Jaros
08/19/2024, 4:03 PMChrimaeon
08/19/2024, 4:05 PMeygraber
08/19/2024, 4:12 PMAlex Styl
08/19/2024, 4:19 PMAlex Styl
08/19/2024, 4:20 PMDavid Herman
08/19/2024, 4:49 PMIliyan Germanov
08/19/2024, 4:57 PMAnd Kobweb, by providing Box, Row, and Colun primitives, renders many "centering a div" concerns moot.That's what won me in the first place! Thanks for working on this awesome project π I'll give it a try^
Of course I'm biased, but I think having a Kotlin type-safe layer on top of CSS helps a lot.Definitely!
Iliyan Germanov
08/19/2024, 4:59 PMDavid Herman
08/19/2024, 4:59 PMFranΓ§ois
08/20/2024, 7:50 AMDaniele B
08/20/2024, 10:08 AMSome recommandation from the Kotlin Website https://kotlinlang.org/docs/js-overview.html#kotlin-js-frameworksHow do these compare to Kobweb and Kilua?
Robert Jaros
08/20/2024, 11:07 AMremember
, mutableStateOf
, collectAsState
etc.). Kilua's unique feature is full support for true SSR (with HTML code generated on the sever dynamically).Alex Styl
08/20/2024, 11:53 AMFranΓ§ois
08/20/2024, 12:01 PMFranΓ§ois
08/20/2024, 12:03 PMS.
08/20/2024, 12:12 PMhide any sort of Div, tags, css etc and use Rows/Columns and modifiersit's not really feasible because the underlying concepts are fundamentally different. in fact, kobweb provides Row/Column and Modifiers, which offer a lot of convenience and typesafety but still map to CSS.
S.
08/20/2024, 12:15 PMAlex Styl
08/20/2024, 12:17 PMAlex Styl
08/20/2024, 12:18 PMS.
08/20/2024, 12:18 PMRobert Jaros
08/20/2024, 2:31 PMDaniele B
08/20/2024, 2:34 PMArjan van Wieringen
08/20/2024, 2:35 PMDaniele B
08/20/2024, 2:38 PMS.
08/20/2024, 2:41 PMeygraber
08/20/2024, 2:42 PMeygraber
08/20/2024, 2:43 PMS.
08/20/2024, 2:44 PMeygraber
08/20/2024, 2:44 PMDaniele B
08/20/2024, 2:45 PMS.
08/20/2024, 2:46 PMDaniele B
08/20/2024, 2:47 PMeygraber
08/20/2024, 2:47 PMS.
08/20/2024, 2:50 PMeygraber
08/20/2024, 2:50 PMeygraber
08/20/2024, 2:51 PMRobert Jaros
08/20/2024, 2:54 PMeygraber
08/20/2024, 2:55 PMS.
08/20/2024, 2:55 PMDaniele B
08/20/2024, 2:59 PMDaniele B
08/20/2024, 3:02 PMRok Oblak
08/20/2024, 4:03 PMRobert Jaros
08/20/2024, 4:11 PMDavid Herman
08/20/2024, 4:52 PMcanvas
) web elements behind the scenes in a way that was opaque to the developer.
I'm not 100% sure, but I doubt you can create Jetpack Compose entirely backed by (non-canvas
) web elements. I bet it would be a real challenge to port the various powerful Jetpack Compose animation APIs over, as a concrete example.
My current opinion: If users really want to use Jetpack Compose, and they truly understand the pros and cons of that decision (thanks to @S. for linking to my blog post earlier which goes into that!) then they should just use Compose Multiplatform for Web.
On the flip side, if you're going to embrace the web, I think devs should bite the bullet and start learning about HTML / CSS but wrapped in a Kotlin-y blanket.Alex Styl
08/21/2024, 8:58 AMArjan van Wieringen
08/21/2024, 10:46 AMDavid Herman
08/21/2024, 5:26 PM