Abhi Aiyer
1 min readDec 22, 2015

--

Not as much as you would think. The DOM itself is so sluggish that any JavaScript we can write to interact with it is better than nothing. Enter backbone.

When using a framework like React, the elements on the page are not actual DOM elements but more of a representation of what it should look like.

Read this about coet

Dom changes are pretty predictable

--

--