so redwood lets you target native UI toolkits with...
# squarelibraries
j
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
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
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
optionally run on JS
and that’s what Treehouse is for, correct?
j
Treehouse helps with the setup of that system, yes
k
got it, thank you