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

[reboot-proposal] Mixin to bind event data to state #69

Open
Yomguithereal opened this issue Dec 7, 2014 · 0 comments
Open

[reboot-proposal] Mixin to bind event data to state #69

Yomguithereal opened this issue Dec 7, 2014 · 0 comments

Comments

@Yomguithereal
Copy link
Collaborator

A lot of domino events can be seen as side effects in a pure interface scenario. For instance, when you want to display a toaster with a message, it is the same as outputting to console with clojure. It is in fact a side effect. A needed one, however.

I often bind the state of a component to the state of a particular event. This is tiresome to write correctly and a simple mixin could do the trick.

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