lets say we have all async actions related to
- SIGN_UP
- SIGN_IN
- INIT_DASHBOARD
- FANCY_WELCOME
- RESET_ACCOUNT
and now we'd like to do things in a sequeces
SIGN_UP -> INIT_DASHBOARD -> FANCY_WELCOME
SIGN_IN -> INIT_DASHNOARD (no welcome)
RESET_ACCOUNT -> INIT_DASHBOARD
wonder now about options other than chaining actions directly in effects