ursus
07/14/2021, 7:38 AMState(val greeting: String) and just render thr greeting
State(val name: String) render "Hello $state.name"
State(val user: User) render "Hello $state.user.name"
TLDR; do you format in viewmodel or in composables?alorma
07/14/2021, 8:14 AMursus
07/14/2021, 9:19 AMalorma
07/14/2021, 9:27 AMursus
07/14/2021, 11:38 AMalorma
07/14/2021, 11:43 AMNumbers
DateTime
boolean
enum
... and it maps them to the presentation data, strings with params, strings based on given param, ...