kobweb icon indicating copy to clipboard operation
kobweb copied to clipboard

Add an example (or real demo project?) showcasing *actual* multiplatform

Open bitspittle opened this issue 2 years ago • 0 comments

It would be nice to have a demo project that shows a project which targets both HTML and a totally different target, say Desktop or Android.

In that setup, business logic should live inside a common module, while UI should be different for Kobweb (using Compose HTML) and other Compose Web targets.

In the future, CLOVIS's Decouple project may be a champion for this, because then you can actually have a declarative layer that sits on top of everything, in a way that might actually allow unifying the UI layer to some extent.

bitspittle avatar May 29 '23 23:05 bitspittle