VueJS provides a declarative and component-based programming model that helps us efficiently develop user interfaces.
- Declarative Rendering: Vue extends standard HTML with a template syntax that allows us to declaratively describe HTML output based on JavaScript state.
- Vue automatically tracks JavaScript state changes and efficiently updates the DOM when changes happen.
- It can be embedded as web component
- Provide Fullstack: Server Site Rendering(SSR), Jamstack: Static Site Generation(SSG) and Single Page Application(SPA)
- It can target any operating system as well as terminal
All rights reserved to devabdulalimrony