Join Slack
Powered by
What is effect in compose
# 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
Luca Nicoletti
11/06/2019, 4:18 AM
It’s meant to go away as soon as
@Composable
functions will be able to return a type đŸ™‚
Luca Nicoletti
11/06/2019, 4:19 AM
TL;DR;: it’s a result of a computation (executing a composable function)
Open in Slack
Previous
Next