I wanted to mention that this is pretty much a worst-case scenario for React: with everything changing on each frame, we gain almost nothing from the virtual DOM diffing. It's encouraging to see how fast HTMLBars is; hoping to see if any of the techniques they're using are applicable in React.
4 comments
[ 3.6 ms ] story [ 33.1 ms ] threadBackbone: 16.5ms Ember + HTMLbars: 5.9ms React: 9.5ms Plain JS: 3.5ms
I wanted to mention that this is pretty much a worst-case scenario for React: with everything changing on each frame, we gain almost nothing from the virtual DOM diffing. It's encouraging to see how fast HTMLBars is; hoping to see if any of the techniques they're using are applicable in React.