I am working with Compose using StateFlow. I am w...
# compose
d
I am working with Compose using StateFlow. I am wondering what is the recommended way: 1) use a single
StateFlow
holding a big object with the whole data model, that is used by all Components 2) use multiple `StateFlow`s holding smaller objects, so that different Components use different StateFlows