DEV Community

Discussion on: Add Vue to your acknowledged stack

Collapse
 
xowap profile image
Rémy 🤖

I'm curious, I've never given any real interest to React (HTML in JS? yuck) so I wonder how exactly it is ahead of Vue?

Collapse
 
alvechy profile image
Alex Vechy

for me it's ahead of Vue in one obvious and one personal points:

  • obvious: larger community and ecosystem (not like a real problem)
  • personal: Fiber architecture is just amazing. Vue.js approach is quite straightforward in how it renders DOM and updates Nodes. Fiber allows to render stuff by chunks, which is the huge look and feel improvement in some of the cases. and React's so-called Suspense looks pretty same cool, it's something everybody gonna use.
Collapse
 
qm3ster profile image
Mihail Malo

At least it's not "HTML in HTML files" :P