I
I
Ivanko2018-06-25 09:59:55
JavaScript
Ivanko, 2018-06-25 09:59:55

Is there any point in using jQuery instead of React?

If the good old jQuery can perform all the tasks of the project, that is, it was washed away to switch to react?
It is clear that the question should be looked at specifically, but still - what are the clear advantages of React / Vue and the disadvantages of jQuery?
It's just that time will pass and won't React be hated in the same way? Or is it just from the word Fashion?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Ivanov, 2018-06-25
@ivan99

I'll put my word in. It’s not worth it to score on jQuery in our time - it is suitable for developing various landing pages and similar sites. But when the project needs to use things that are more complicated than various sliders and smooth scrolls to anchors, for example: interacting with the interface, receiving and processing various data (of course, in a simple situation, data can be obtained using jquery). In general, everything related to logic is extremely inefficient to write without the use of such "combat" frameworks as React, View and Angular.

A
Anton Spirin, 2018-06-25
@rockon404

If good old jQuery can do all the things in a project

If you are writing a website, then it makes sense to use jQuery.
If you are starting a more or less serious project, then not using one of the modern frameworks is stupid.
Try to write a more or less complex jQuery service and end up with a ton of unsupported, poorly scalable pasta, in which the devil will break your leg, or, in the end, invent your own bicycle, which you will spend a lot of time and energy on and with which no programmer in their right mind would want to have case.
A belief generated by people who have not seen projects more serious than a "typical site".

V
Vladimir Proskurin, 2018-06-25
@Vlad_IT

As soon as we get a more convenient product than React, we will start hating it, and, as in the good old days, spitting on HTML-IN-JS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question