DEV Community

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

Collapse
 
thespider profile image
The Spider

Vue is on the rise though. If we can make the switch to Vue 3 and make it a bit more closer to Vue's default way of working, it will be much nice for Vue devs to use Meteor.

With Vue 3 I'm planning to create some hooks that cover Meteor's reactivity system like const cursor = useFind(selector) and const status = useSubscription()

Thread Thread
 
kakadais profile image
kakadais

I've an experice for Vue & React integaration on Meteor, but honestly both were not comforatble to use Reactivity than blaze it is.

Do you think that Vue 3 would be good enough to go if it's improved?

Thread Thread
 
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-