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

Add ability to short-circuit a method call #8

Open
apendua opened this issue Dec 21, 2017 · 0 comments
Open

Add ability to short-circuit a method call #8

apendua opened this issue Dec 21, 2017 · 0 comments
Milestone

Comments

@apendua
Copy link
Owner

apendua commented Dec 21, 2017

E.g.

  1. When a method parameters validator returns an error, we can throw immediately instead of sending a message to the server. This is already doable manually, but it would be nice to have a native support for such behavior.
  2. Sometimes we may want to simulate a successful method call, e.g. when we want to debounce the final server call, but still have all intermediate state updated in redux store. This is especially useful in all types of editors.
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