0 votes
in VueJS by
What are the major features of VueJS?

1 Answer

0 votes
by

Below are the some of major features available with VueJS

Virtual DOM: It uses virtual DOM similar to other existing frameworks such as ReactJS, Ember etc. Virtual DOM is a light-weight in-memory tree representation of the original HTML DOM and updated without affecting the original DOM.

Components: Used to create reusable custom elements in VueJS applications.

Templates: VueJS provides HTML based templates that bind the DOM with the Vue instance data

Routing: Navigation between pages is achieved through vue-router

Light weight: VueJS is light weight library compared to other frameworks.

Related questions

0 votes
asked Sep 6, 2023 in VueJS by DavidAnderson
+1 vote
asked Feb 6, 2023 in VueJS by john ganales
...