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

.trigger.nextTick('eventName', data) #20

Open
crobinson42 opened this issue Apr 19, 2017 · 0 comments
Open

.trigger.nextTick('eventName', data) #20

crobinson42 opened this issue Apr 19, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@crobinson42
Copy link
Owner

This is useful in places like a redux store action creator where you trigger an action but don't want the trigger event to happen until after the reducer has gone through it's callstack, so, we give a convenience method that puts the .trigger() on the next cpu tick.

@crobinson42 crobinson42 added this to the v1 milestone Apr 19, 2017
@crobinson42 crobinson42 self-assigned this Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant