C
C
CryptBomj2022-04-12 12:59:43
AJAX
CryptBomj, 2022-04-12 12:59:43

Are AJAX and JQUERY technologies relevant in today's web realities?

There is so much information about them on the Internet, but there are rumors that sites already do well without them in native languages, is this true?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
ThunderCat, 2022-04-12
@CryptBomj

jquery - such a js for the lazy, a lot of long functions combined into convenient wrappers, naturally there are many supporters of jquery (for example, there are a bunch of ready-made js scripts using both the jquery engine), and many champions of "pure Aryan" code (only vanilla, only hardcore !). In fact, it all depends on the task, the level of ownership and the philosophy of the developer. As such, the library is not particularly outdated and is used in many places, whether you personally use it is a matter of taste and belief. More discussed here .
As for AJAX - most likely you do not quite understand what the essence is, since this is not some kind of library or framework, but a method of interaction between the client and the server, via the http (s) protocol, which allows you to send requests without having to reload the page, but from page context (read about XMLHttpRequest ), and is an integral part of the web api and will become obsolete very soon. A socket connection can serve as an alternative, but usually the scope of these technologies is different, as are the tasks that they perform.

C
CryptBomj, 2022-04-12
@CryptBomj

Guys, tell me, what should I study now for asynchronous and front-DB binding? I'm just making a shopping cart in the store and I need to connect all this somehow, but they said that the AJAX type is outdated and you can do everything in JS already.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question