Is using libraries slow down your code , if it does how to solve that problem in case JavaScript ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is using libraries slow down your code , if it does how to solve that problem in case JavaScript ?

28th Feb 2019, 2:31 AM
Abhishek kumar
Abhishek kumar - avatar
3 Answers
+ 4
One has to consider the fact that using libraries and frameworks can simplify and speed up the development process significantly. When you use a library, or a framework, you are using them because you would have to develop all those functionalities by yourself if you do not. As such, while pure vanilla is fast, frameworks and libraries make your life easier. Consider it a good trade for that bit of difference in speed.
28th Feb 2019, 2:57 AM
Fermi
Fermi - avatar
+ 3
Yes, loading libraries take time. Use cdn links with minify JavaScript option would help load the libraries faster.
28th Feb 2019, 2:57 AM
Calviղ
Calviղ - avatar
0
What is minify JavaScript ?
28th Feb 2019, 10:16 PM
Abhishek kumar
Abhishek kumar - avatar