in Mavericks, how to pass action from viewModel to...
# mvrx
n
in Mavericks, how to pass action from viewModel to fragment that call is successful take user to next screen ? I think that state is only for the data, how to pass the action. ?
e
you have to do it by subscribing to state changes, there is not a concept of actions in the viewmodel
👍 1