Does React use requestAnimationFrame? If so, how does it use it?
I found 2 sources where it kind of says that React is using requestAnimationFrame
On this blog post about Om, a ClojureScript framework on top of React.
Also on the comments of this SO answer.