I am a huge fan of Vue (which at work, we pronounce "Voo" to not confuse views as in "templates" or views as in "look of something"). Really appreciate all the work Evan You has put into it, it's delightful to work with. It would be awesome if the vue-router, vue-resource, and vuex libs could be baked in somehow, if only to have them officially supported. All the same, it's great as is!
Announcing Vue.js 2.0
11–20 of 59 posts
Re: Announcing Vue.js 2.0
#12Re: Announcing Vue.js 2.0
#13Thanks for all of your work Evan :) Vue was the first JS framework that made sense to me for projects that needed more than online jQuery and not a full SPA app.
Re: Announcing Vue.js 2.0
#14Re: Announcing Vue.js 2.0
#15Thanks for all of your work Evan :) Vue was the first JS framework that made sense to me for projects that needed more than online jQuery and not a full SPA app.
I always thought React was a good one step above jQuery. What made you choose Vue?
Re: Announcing Vue.js 2.0
#16Re: Announcing Vue.js 2.0
#17Earlier quoted context omitted.
I always thought React was a good one step above jQuery. What made you choose Vue?
It's really easy to just pull Vue in via a script tag and get going with a data driven application. No build step required. You can take it much much further of course, but the beginner story is really compelling.
Re: Announcing Vue.js 2.0
#18Vue.js is amazing. I've been using it on one of my side projects and I've been so productive with it that I can't see myself ever using anything else. It's like a mix of React, Angular and Knockout all in one package.
Re: Announcing Vue.js 2.0
#19Re: Announcing Vue.js 2.0
#20Vue.js is amazing. I've been using it on one of my side projects and I've been so productive with it that I can't see myself ever using anything else. It's like a mix of React, Angular and Knockout all in one package.
Anything in particular you like about it? I'm trying to find a reason to learn Vue, but I like React so damn much!