Welcome to About page of Ajax website

Ajax is the pioneer of single page web applications,Ajax is used to load the content of the page dyamically without reloading the entire page, moreover like react,this is achieved by requesting the particular data from the server through HTTP request done by creating instance of "new XMLHttpRequest()",either we can use jquery methods like '.load()','.ajax()'