RE: I jumped into Vue.js and this is my impression so far

You are viewing a single comment's thread from:

I jumped into Vue.js and this is my impression so far

in coding •  7 years ago 

Wow cool. Just one question If I may. Have you ever used both jQuery and Angular 2 in the same project? If yes, isnt it unnecesary? Like, doesnt actually Angular provide all the DOM manipulation tools that you need?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Depends. Angular2 can do a lot of work for you which can make it unnecessary to include jQuery (especially for pure DOM manipulation due to Angula2's MVVM approach).
However, if you use jQuery UI/Mobile, you definitely want to include jQuery.