DEV Community

Discussion on: Initial look at the Meteor Community Survey 2020 results

 
storytellercz profile image
Jan Dvorak

Sadly I'm not familiar with Vue to that extend to say. I think the crucial thing will be the integration package and how well it handles the reactivity and other Meteor features.
That is for example a problem with React that there are some cracks in handling the Meteor reactivity (which might get better in the future, but it is hard to say now).

Thread Thread
 
kakadais profile image
kakadais

As my experience, React or Vue both were not good integrated on Meteor. Actually it was not the frameworks matter, it is caused by original blaze and pub/sub structure is too much good to be used.

So I think new user might be prefer to use third party front-end framework to be integrated, but the legacy user will just use blaze way if there's no need for business requirement.

That's why I asked your opinion if I missed something good for Vue updates ^^

Thanks-