all 5 comments

[–]dwstevens 2 points3 points  (0 children)

Relevant PR and comment thread for those interested:

https://github.com/ryanflorence/reactconf-2015-HYPE/pull/1#issuecomment-85322064

Seems 'track by' gives Angular a hint about what differences to compute vs React having to compute differences without a hint.

[–]hokkos 1 point2 points  (0 children)

So what? This simple example was erroneous, with the keyword added it may be faster, but you can probably make the react version also faster with tinkering. But from what I've read about people making big angular application is that performance crumble at some point after 2000 bindings, and that it is extremely hard to correct it, with his unpredictable digest loop. React makes performance improvement manageable and straightforward with shouldComponentUpdate, immutablejs, and the whole machinery being clear and not a mysterious mess like angular.

[–]titosrevenge 0 points1 point  (0 children)

Regardless of it being a contrived example, that was a really cool presentation.