I want to experiment with performance of some React components inside my app. I know that ClojureScript's Om framework (https://github.com/swannodette/om) uses some optimization techniques like using immutables with implementing shouldComponentUpdate()
and rendering on requestAnimationFrame
change.
Is there plain JavaScript mixin that could introduce rendering based on requestAnimationFrame
?