R
R
Roman2016-08-29 17:51:51
JavaScript
Roman, 2016-08-29 17:51:51

How to correctly create interfaces with a large number of ajax requests?

The question is how to correctly and better create functionality such as
- adding to favorites (comments, articles)
- editing the Profile on the fly (so that each field is automatically updated immediately)
- voting

Just for now I imagine this can be done, for example, create one script and write Jquery
code there , like I caught a click, then I sent a request with the article ID, well, in general, everything must be processed manually.

The question is, are there any tools that help in creating such interfaces?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor Vorotnev, 2016-08-29
@HeadOnFire

React, Angular and so on.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question