in kotlin you can create components just like vuej...
# android
b
in kotlin you can create components just like vuejs does ?
t
Jetpack Compose is a new Kotlin Android library allowing you to write UI code using a declarative DSL syntax that looks a lot like what you could do in ReactJS, except that's not HTML. The library is currently in alpha stage, it's time to try it ! See https://developer.android.com/jetpack/compose
c
There’s a similar setup with MvRx, especially in conjunction with Epoxy, but there’s no direct 1:1 library that looks like React or even Vue in Kotlin.
g