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.
I'm not sure it's part of React or if people are using it with React.
Can someone tell me what how requestAnimationFrame
is used in React if it is? Or how it can be used with React and why I would choose to use it with React?