+ 9
JavaScript Libraries
1. What are JavaScript libraries 2. How can i use them? 3. What is a useful JavaScript Library? Thank you in advance
2 Answers
+ 3
"๐ย ๐๐ข๐ท๐ข๐๐ค๐ณ๐ช๐ฑ๐ต ๐ญ๐ช๐ฃ๐ณ๐ข๐ณ๐บย ๐ช๐ด ๐ขย ๐ญ๐ช๐ฃ๐ณ๐ข๐ณ๐บย ๐ฐ๐ง ๐ฑ๐ณ๐ฆ-๐ธ๐ณ๐ช๐ต๐ต๐ฆ๐ฏย ๐๐ข๐ท๐ข๐๐ค๐ณ๐ช๐ฑ๐ตย ๐ต๐ฉ๐ข๐ต ๐ข๐ญ๐ญ๐ฐ๐ธ๐ด ๐ง๐ฐ๐ณ ๐ฆ๐ข๐ด๐ช๐ฆ๐ณ ๐ฅ๐ฆ๐ท๐ฆ๐ญ๐ฐ๐ฑ๐ฎ๐ฆ๐ฏ๐ต ๐ฐ๐ง ๐๐ข๐ท๐ข๐๐ค๐ณ๐ช๐ฑ๐ต-๐ฃ๐ข๐ด๐ฆ๐ฅ ๐ข๐ฑ๐ฑ๐ญ๐ช๐ค๐ข๐ต๐ช๐ฐ๐ฏ๐ด, ๐ฆ๐ด๐ฑ๐ฆ๐ค๐ช๐ข๐ญ๐ญ๐บ ๐ง๐ฐ๐ณย ๐๐๐๐ย ๐ข๐ฏ๐ฅ ๐ฐ๐ต๐ฉ๐ฆ๐ณย ๐ธ๐ฆ๐ฃ-๐ค๐ฆ๐ฏ๐ต๐ณ๐ช๐คย ๐ต๐ฆ๐ค๐ฉ๐ฏ๐ฐ๐ญ๐ฐ๐จ๐ช๐ฆ๐ด."
โ As cited in Wikipedia
As for using them, you just add the library file.
Eg: <script sr="libraryname.js"></script>
I guess Jquery is one of the most useful Js library.
You can also find other useful Js libraries in
https://en.m.wikipedia.org/wiki/List_of_JavaScript_libraries
+ 2
React and redux are JS library from facebook to built web application smoothly without complexity of using more than one language.like css,html and js combination is required to build a good web design.to reduce this complex nature.