Is there a set of docs around for ComposeHTML? I was reading that its still supported by jetbrains but seems to have been descoped in favour of Compose Web and they seem to have removed the docs from there site ( or at least i can seem to find them )
Yeah, our docs aren't that approachable, but we're working on it! It's a current priority actually.
We will be breaking all of that README stuff up into separate articles that will get hosted at https://kobweb.varabyte.com/docs
Of course, the README has a ton of useful info in it, so if you ask questions here, at least I can link to this or that section, usually.
David Herman
08/02/2024, 9:29 PM
The communities here and on the Discord (and also GitHub discussions) can be useful places to answer questions too.
David Herman
08/02/2024, 10:57 PM
I realize in retrospect OP was asking about Compose HTML docs, not Kobweb docs, whoops!
Yeah, their docs story is really not that great. However, you can get a good feel for most of what Compose HTML offers by reading through all of their tutorials, which you can find here:
https://github.com/JetBrains/compose-multiplatform/tree/master/tutorials/HTML
That said, once you get a feel for how HTML / CSS translates to Compose HTML in one way, you kind of know almost the whole thing.
👍 1
k
Kev Thompson
08/03/2024, 7:50 AM
Thanks, I was thinking about compose HTML docs for that exact reason,. as one feeds into the other:)