Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question regarding more complex scenario #2

Open
ciekawy opened this issue Mar 16, 2018 · 0 comments
Open

question regarding more complex scenario #2

ciekawy opened this issue Mar 16, 2018 · 0 comments

Comments

@ciekawy
Copy link

ciekawy commented Mar 16, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant