https://kotlinlang.org logo
#compose
Title
# compose
k

Karthick

11/06/2019, 4:17 AM
What is effect in compose
l

Luca Nicoletti

11/06/2019, 4:18 AM
`Effect`s are basically composable functions with a return type
It’s meant to go away as soon as
@Composable
functions will be able to return a type 🙂
TL;DR;: it’s a result of a computation (executing a composable function)