BTW in the `addressbook-fullstack-jooby` example I...
# kvision
r
BTW in the
addressbook-fullstack-jooby
example I'm using
ObservableList
and
DataContainer
to achieve the same result in the
MainPanel
. I'm just using a list with a single value:
val profile: ObservableList<Profile> = observableListOf(Profile())
and
profile[0] = profileService.getProfile()