Skip to content

Ajax

Easy — everyone uses thisFrontend

ELI5 — The Vibe Check

Ajax is the technique of loading data from a server in the background without refreshing the whole page. Before Ajax, clicking 'Load more' would reload the entire page. Now it magically loads new content inline. Ajax is actually an old acronym but the concept is alive and well — we just use Fetch now instead of the original XMLHttpRequest.

Real Talk

Ajax (Asynchronous JavaScript and XML) is a web development technique for asynchronous data exchange between the browser and server without full page reloads. Originally implemented via XMLHttpRequest, modern Ajax uses the Fetch API or libraries like Axios. Despite the name, JSON has replaced XML as the data format.

When You'll Hear This

Infinite scroll is powered by Ajax loading the next batch of posts.,Ajax requests go in the Network tab of DevTools.,Modern Ajax uses Fetch or Axios instead of the original XMLHttpRequest.

Made with passive-aggressive love by manoga.digital. Powered by Claude.