|
|
|
|
|
by JDDunn9
3754 days ago
|
|
> 1. Vue uses the actual DOM not virtual DOM like react Facebook really should have named the Virtual DOM something different to avoid this confusion. The "Virtual DOM" is not an alternative to the DOM (which would be impossible), it is just a string diffing algorithm to minimize the number of DOM mutations required. |
|