Guys, would you have any example projects or a bet...
# compose-android
d
Guys, would you have any example projects or a better way to handle events in the UI with flow? example: Loading, success, error, etc..
z
Better than what?
a
I really think it depends on your use case
For me I like creating a flow of snapshots of a flow before it reaches compose, where then, I can easily transform the data into a a viewstate container with some extension functions to handle states with a little less verbosity