What are the featur…
 
Notifications
Clear all

What are the features of VueJs framework?

1 Posts
2 Users
0 Likes
249 Views
0
Topic starter

Explain Briefly.

1 Answer
0
Features of VueJS
  • A virtual representation of the DOM is called virtual DOM.
  • A JavaScript object that is identical to the real DOM is constructed using virtual DOM.
  • Every time a modification to the DOM is required, a new JavaScript object is formed, and the modifications are made.
Share: