I mean, does the transition wait for the side effect to complete to change state ?
I would like to do a network call on Event before applying a transition. Since I can't do it inside the on {} what if I do that as a side effect, would the side effect 'block' the state till the asynchronous call is done ?
Do you support asynchronous event handling ?
I mean, does the transition wait for the side effect to complete to change state ?
I would like to do a network call on Event before applying a transition. Since I can't do it inside the on {} what if I do that as a side effect, would the side effect 'block' the state till the asynchronous call is done ?