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