Is it better to use jquerry or other frameworks like angular. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

28th Feb 2019, 7:33 AM
Dragonxiv
Dragonxiv - avatar
3 Answers
+ 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.
3rd May 2019, 8:38 AM
Dragonxiv
Dragonxiv - avatar
+ 1
I should add that i am building a heavily dynamic web page or web app if you wanna call it that.
28th Feb 2019, 3:26 PM
Dragonxiv
Dragonxiv - avatar
- 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.
28th Feb 2019, 8:54 AM
KrOW
KrOW - avatar