0
Is it better to use jquerry or other frameworks like angular.
I am pretty dependent on fast loading time. And it looks like those frameworks are always slower than jquery which in turn is slower than plain javascript. So the deeper it gets the easier to use but slower.
3 Réponses
+ 3
And i can build a complete web application by using jquerry and build everything on my own. And it turns out to be a lot faster than angular.
+ 1
I should add that i am building a heavily dynamic web page or web app if you wanna call it that.
- 1
JQuery is not comparable with Angular. They do differents thing. JQuery is a library than make easier DOM manipulation, Angular is a framework than make easier create web applications throught some general-accepted patterns like MVC.