AJAX Demo

This page demonstrates asynchronous loading. The UI loads immediately, then makes a slow API call in the background.

Slow Response Test

Click the button to make a request to the slow endpoint (1 second delay):

Loading...
The page loads instantly and automatically starts loading the slow response. The API response takes ~1 second to arrive.