📄️ Ajax Introduction
Ajax (Asynchronous JavaScript and XML) is a technology for creating fast and dynamic web applications. Ajax allows asynchronous communication with the server through JavaScript without reloading the entire page, thereby improving the user experience. Although Ajax contains XML in its name, it can actually communicate using a variety of data formats, including JSON, HTML, and plain text.
📄️ Axios
Axios
📄️ Fetch Api
Fetch API
📄️ JQuery Ajax
jQuery AJAX