Is there any guidance for composing multiple stores, or generally handing navigation and passing data between various stores?
a
agrosner
09/14/2023, 9:25 PM
I would use repositories for that and just have them share on load the same sources
agrosner
09/14/2023, 9:25 PM
Have the repository live at level above the viewmodel level like an activity dagger scope or custom scope
agrosner
09/14/2023, 9:26 PM
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