Vishnu Ravi
01/12/2023, 4:10 AMFor example, consider a simple retail app with a list, detail and a cart page. Having a single source of truth in this case would help share/sync a lot of items resulting in a pretty "reactive" app 🤞
Mikolaj Leszczynski
01/12/2023, 9:39 AMContainerHost
(not extending ViewModel
) somewhere in your dependency graphVishnu Ravi
01/23/2023, 5:34 PMcombine
to derive a ui state, and are we looking at any red flags here?
2. If I write UI tests, can I mock orbit based containers just like any other dependencies or is there a different/better way to simulate states/sideffects (something similar to the approaches mentioned in the official docs here)