[How Do I:] Implement the Predictive Fetch Pattern for AJAX?

by Joe Stagner

Demonstrates an implementation of the Predictive Fetch pattern for AJAX, where the AJAX engine uses the current state of the user's interaction to predict which set of content will be needed next, and then fetches that data in advance from the server. This provides for a more responsive user experience.

▶ Watch video (24 minutes)