Is there any guidance for composing multiple store...
# orbit-mvi
j
Is there any guidance for composing multiple stores, or generally handing navigation and passing data between various stores?
a
I would use repositories for that and just have them share on load the same sources
Have the repository live at level above the viewmodel level like an activity dagger scope or custom scope
I wouldn’t pass a lot of data between thing when navigating because that puts a burden on devs to include all of that information, relevant for navigation or not . Also could get to bundle size limit on android