— Not only do you lose speed otherwise, but you also cause DOM thrashing
— I heard that the diffing is expensive though
— In JS objects, no... if you dirty diff the DOM it is
— Well, React apparently does some diffing that is pretty expensive
— Heh, on it's own virtual DOM yes
— I never saw that as a viable thing really
— So it will always update actual dom whenever data changes then?