Just looking for opinions -> Is it worth buildi...
# compose
a
Just looking for opinions -> Is it worth building a production website using compose wasm if we are not sharing code with any other platform ? just a pure compose wasm website.
a
no one can answer this for you. what are your requirements?
r
If you want people to be able to use your website now - the answer is "no". Currently Kotlin/Wasm apps don't work on Apple devices. It may change in near future of course.
In my opinion the only reason to go this route is very good familiarity with Jetpack Compose UI framework. Otherwise there are far better Kotlin based solutions.
1
a
wasm doesnt work but js does (same code but different kotlin target). building a site (information based) wont be a good choice. building an app (interactivity) might be a good choice, depending on what you are trying to build.
a
@Robert Jaros I am able to visit websites built with compose-wasm on my Mac , are you referring to IPhones specifically ? Could you tell me what these other kotlin based solutions are ? Are we talking about kobweb / compose-html ? Thanks for your input.
r
#C04RTD72RQ8 #CL4C1SLKC #C06UAH52PA7 #C01CJM07MGV #C01CSNG1HJ4 #C5ZTZ6ER0
c
It’s working on Mac - just not in Safari.
a
Thanks for your inputs everyone