Join Slack
Powered by
How bad is it to send a `Flow` from one composable...
# compose
a
Arpit Shukla
11/09/2021, 12:58 PM
How bad is it to send a
Flow
from one composable to another? (The flow is created and its value is modified outside composition)
z
Zach Klippenstein (he/him) [MOD]
11/09/2021, 4:32 PM
Can you share some code? Generally I think it's a smell - better to pass state down and events up via callbacks.
➕ 1
Open in Slack
Previous
Next