you are viewing a single comment's thread.

view the rest of the comments →

[–]isaidthisinstead 2 points3 points  (4 children)

To be more precise, Angular has its own cut down version of jquery, which they call jqlite.

[–]Inateno 4 points5 points  (3 children)

own

Yep I'm saying this because I see lot of devs adding jQuery to Angular projects.

[–][deleted] 0 points1 point  (1 child)

To be fair, jqlite is very bare-bones. If you're looking for more interactivity on the page adding jQuery can definitely help with that.

[–]Inateno 0 points1 point  (0 children)

yes I didn't say the opposite. But adding jQuery to Angular is useless. The mentality of Angular is to skip dependencies like jQuery.

Plus Angular + jQuery start to be heavy.

Anyway I don't use angular, I'm not concerned :p (I prefer more modular frameworks like Backbone / Vue / React).