why there are different kinds of js libraries like node js, angular js, react js etc. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

why there are different kinds of js libraries like node js, angular js, react js etc.

why there are different kinds of js libraries like node js, angular js, react js etc.

15th May 2020, 4:31 AM
Venkadesh. A
Venkadesh. A - avatar
2 Answers
+ 2
To reduce size, complexity,load time of a website or webpage used for different porpose
15th May 2020, 4:46 AM
Abhay
Abhay - avatar
+ 1
They are not libraries. Node.js is a runtime environment. The rest are frameworks. Each one of them has different implementations and purposes. You can read more about their differences here https://en.m.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks Edit: if you want to know what a framework is in the first place, read this: https://skillcrush.com/blog/what-is-a-javascript-framework/#whatis
15th May 2020, 4:39 AM
Artem Khaiet
Artem Khaiet - avatar