U
U
udzumaki2019-05-10 19:05:16
JavaScript
udzumaki, 2019-05-10 19:05:16

What js libraries to learn and what do they do?

Hello. I don’t want to make sheets, so I’ll say it directly. What stack of libraries to learn today?
If it is not difficult, then you cannot write next to the library what it is responsible for and what it can do. Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Proskurin, 2019-05-10
@udzumaki

It all depends on what you are planning to do. If graphics, then you need libraries to work with canvas, svg and webgl ( three.js , d3 ), if SPA applications, then you need to master the framework (vue, react, angular, etc.). There are even libs for machine learning ( https://www.tensorflow.org/js), for computing on gpu, for example gpu.js .
You do not need to learn everything, you need to learn only what you need to use, and you just need to know about the rest.
There is also such a useful rap with a list of popular js libraries https://github.com/sorrycc/awesome-javascript

D
docker1, 2019-05-11
@docker1

What purpose? If you have mastered pure ES6, learn something from this trinity: Angular, React, Vue. It is highly desirable to understand TypeScript, especially if you take up angular. Well, something from the utility libraries to simplify life, lodash, for example. I would also recommend moment.js if you have to work a lot with date / time.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question