Is there actually any chance of Compose HTML going...
# compose-web
a
Is there actually any chance of Compose HTML going to WASM?
r
I'm working on a project https://github.com/rjaros/kilua, which might interest you. It's a different implementation of compose html, supporting both wasm and js targets.
a
That looks great. I’ll definitely take a look!
r
Very cool @Robert Jaros Looking forward to seeing that develop.
s
• Ready to use components for all typical web application use cases.
@Robert Jaros This looks nice! Can we expect it to have some basic layout components as well? What about navigation and theming? Sorry, I know it’s a bit early to ask these kinds of questions, but I can’t hide my excitement 😄
r
Some layout components are already implemented (Flex, VPanel, HPanel, Grid, SplitPanel), but I'm not sure if this is what you are asking about. Kilua also has routing components copied from https://github.com/hfhbd/routing-compose (since the original project doesn't support wasm target yet). There is no theming yet, but I plan to add Bootstrap module soon with Bootstrap components and themes (including dark mode).
👍 1
s
@Robert Jaros that’s nice. I was talking about the same including navbar, hero, footers, drawers etc