-
Notifications
You must be signed in to change notification settings - Fork 47.6k
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 public API for ReactUpdates.batchedUpdates #906
Comments
Oh, look at that, had totally missed this :) 👍 |
sophiebits
added a commit
to sophiebits/react
that referenced
this issue
Apr 16, 2014
When is this going to be released? |
Seems released in 0.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ember has a similar Ember.run -- perhaps we should do something to mirror it? They also have helpers like Ember.run.later which is a replacement for setTimeout with better batching:
http://emberjs.com/api/classes/Ember.run.html
The text was updated successfully, but these errors were encountered: