BinaryMuse / fluxxor

:hammer_and_wrench: Flux architecture tools for React
http://fluxxor.com/
MIT License
1.69k stars 154 forks source link

Documentation for setting dispatch interceptor is out of date #150

Closed ttrmw closed 8 years ago

ttrmw commented 8 years ago

http://fluxxor.com/guides/react.html

this page references the old addon location under React.addons, where it's now under ReactDOM.unstable_batchedUpdates.

ajsharp commented 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.

ttrmw commented 8 years ago

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

BinaryMuse commented 8 years ago

Based on facebook/react#5880 it looks like that won't get documented. I'll update the Fluxxor docs with an appropriate note.