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?
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
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit