This would avoid declaring the same transitions from different states.
For example we could have a ShowLoading event transitioning to a LoadingShown from the Initial state but also from LoadingShown in case of navigation to another screen in mobile or web apps
This would avoid declaring the same transitions from different states.
For example we could have a
ShowLoadingevent transitioning to aLoadingShownfrom theInitialstate but also fromLoadingShownin case of navigation to another screen in mobile or web apps