Closed ttrmw closed 8 years ago
I had the same issue, and from this issue it seems like the react team is not interested in supporting / documenting it: https://github.com/facebook/react/issues/3570.
I got the impression that the team's disinterest is in 'rAF batching' which appears to be distinct from batchedUpdates
/unstable_batchedUpdates
. Are the react docs deficient in the latter area? I found out via the upgrade notes for 0.14
Based on facebook/react#5880 it looks like that won't get documented. I'll update the Fluxxor docs with an appropriate note.
http://fluxxor.com/guides/react.html
this page references the old addon location under
React.addons
, where it's now underReactDOM.unstable_batchedUpdates
.