mattinger
12/19/2022, 9:19 PMstart_onboarding
which reads the view model to get the device info.
2. Pass the selection in the route like start_onboarding/111111
which can get the device info from the view model, but the selected device is in the path.
I see option 2 as a little more flexible in that it keeps the viewModel quite a bit lighter and has some possibilities for proper deep linking. But option 1 is more uniform in that all state is stored in the view model instead of being split in two places.dorche
12/20/2022, 12:19 PMmattinger
12/20/2022, 1:42 PMdorche
12/20/2022, 2:52 PMmattinger
12/21/2022, 12:56 AMdorche
12/21/2022, 3:17 PM