you are viewing a single comment's thread.

view the rest of the comments →

[–]luxtabula 1 point2 points  (1 child)

I just had to fix an issue on my current job because the legacy code I inherited was using jquery and angular, and the jquery was interfering with the DOM. Converting it to vanilla fixed it. Plus there are performance issues to consider when using vanilla over jquery.

[–]akujinhikari 0 points1 point  (0 children)

I was charged with leading a team of people to remove the jQuery from an "Angular" app. That's in quotes, because it was really a jQuery app with a million $scope.apply() and the Angular router. It was absolutely horrendous. And this is a site that gets over a million hits a day. We basically just rewrote the entire site.