DEV Community

Discussion on: Why I prefer Vue over React

Collapse
 
eatsjobs profile image
Pasquale Mangialavori

You can use preact/react directly in browser without transpilation step, and without jsx using template literals. Vue and angular templates are not HTML anymore and should be learnt. Imo another extension should be used instead of HTML for Vue files. VHtml maybe. Preact, React, lit-html are just JavaScript object/functions rendering HTML. Matter of taste.