Echo JS 0.11.0

<~>

nickdima comments

nickdima 3345 days ago. link 1 point
The virtual DOM is an implementation detail needed for performing render on every state change. The main feature of React is re-rendering everything when the state changes. Which would be impossible without a virtual DOM.
nickdima 3355 days ago. link 2 points
The point of React is not to speed up the DOM