https://kotlinlang.org logo
Title
j

jw

02/07/2023, 7:17 PM
so redwood lets you target native UI toolkits with multiplatform composables by abstracting each toolkit into a design system (or just some representation of an abstract set of widgets). and then treehouse lets you run that compose code in JS and update it on-the-fly
k

krzysztof

02/08/2023, 1:44 PM
If I understood you correctly, Redwood let you write code in Multiplatform fashion using Compose, while whole thing is compiled and run on JS?
j

jw

02/08/2023, 1:47 PM
optionally run on JS
Redwood, by itself, lets you abstract multiple native UI toolkits into a single set of composable functions powered by compose.
k

krzysztof

02/08/2023, 2:03 PM
optionally run on JS
and that’s what Treehouse is for, correct?
j

jw

02/08/2023, 2:03 PM
Treehouse helps with the setup of that system, yes
k

krzysztof

02/08/2023, 2:05 PM
got it, thank you