Why can't I share components between compose html ...
# compose-web
m
Why can't I share components between compose html and compose desktop/android?
j
Because they're different UI toolkits. The naming is really bad which doesn't help.
3
☝🏼 1
Compose HTML is the Compose state management system targeting the DOM (i.e., HTML tags). Compose Desktop is the Compose state management system using the Compose UI toolkit which renders with Skia.
m
Is there any way to get the same components on Web somehow?
🚫 2