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

Introduce Effects & Side Effects #10

Open
ognen opened this issue Dec 1, 2016 · 1 comment
Open

Introduce Effects & Side Effects #10

ognen opened this issue Dec 1, 2016 · 1 comment
Assignees

Comments

@ognen
Copy link
Member

ognen commented Dec 1, 2016

The 'read' acton (and accompanying saga) is an example of a generic (in the sense that it can be triggered for every element) action.

Provide a mechanism to declare updates for such generic actions.

Initially, this registration can be done indiscriminately (for all elements); later we can add actions applying to just some elements.

@ognen ognen changed the title Generic Updates & Sagas Introduce Effects & Side Effects Sep 13, 2017
@ognen ognen self-assigned this Sep 13, 2017
@ognen
Copy link
Member Author

ognen commented Sep 18, 2017

Effects are implemented with #61

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

No branches or pull requests

1 participant