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

【速记】关于 redux-saga 为什么用 genarator 而不是 async-await #46

Open
catcuts opened this issue Feb 15, 2019 · 0 comments

Comments

@catcuts
Copy link
Owner

catcuts commented Feb 15, 2019

两个理由:

  1. 更好的测试体验

详见声明式 Effects

  1. generator 比 async-await 能做的更多

详见:

本质都是用户对 generator 的控制权相对 async-await 更大

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