What is effect in compose
# compose
k
What is effect in compose
l
`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)