Is it a common/legit pattern to compose view model...
# compose
l
Is it a common/legit pattern to compose view models (not especially jetpack view models), i.e. have something like DashBoardViewModel which consists of Feature1ViewModel, Feature2ViewModel, Feature*X*ViewModel? Or vice versa: Feature*1-X*ViewModel consists of DashBoardViewModel?