spierce7
07/24/2022, 5:05 AMArkadii Ivanov
07/24/2022, 9:18 AMcurioustechizen
07/24/2022, 2:34 PMspierce7
07/24/2022, 2:57 PMI don’t propagate those down the tree at allSo I find I end up having to propagate ViewModels down the tree so that I can trigger things to happen through click events.
Francesc
07/24/2022, 3:51 PMspierce7
07/24/2022, 4:13 PMColton Idle
07/24/2022, 5:02 PMFrancesc
07/24/2022, 5:40 PMScreen
composable that accepts a viewmodel and simply extracts the state to pass to a 2nd composable, so it's just a wrapper to convert the viewmodel into state and lambdasspierce7
07/25/2022, 1:58 PMcurioustechizen
07/26/2022, 7:37 AM