Asynchronous JavaScript Requests
Summary
This course covers everything a developer needs to know to asynchronously send and receive data in their web applications. You'll dive into how asynchronous requests work by using the XHR object to create and send asynchronous requests for image and news article data. Then, you'll see how you can perform async requests more easily using third-party libraries and APIs like jQuery's Ajax and the Fetch API.
Expected Learning
Retrieving data asynchronously is now the norm with apps like Twitter, Facebook, and Google sending and retrieving mountains of data without having to stop and wait for processes to finish or to reload the page. Create smooth, modern web applications by using Ajax techniques to retrieve data asynchronously.
Syllabus
This course covers everything a developer needs to know to asynchronously send and receive data in their web applications. You'll dive into how asynchronous requests work by using the XHR object to create and send asynchronous requests. Then, you'll see how you can perform async requests more easily using the third-party library, jQuery, with its $.ajax()
method. And you'll learn the cutting edge way to make asynchronous requests using the new Fetch API.
- Learn why you should use asynchronous data requests
- Use the XHR (XMLHTTPRequest) object to send and receive data asynchronously
- Compare using XHR with using a third-party library like jQuery's Ajax
- Send and receive data using jQuery's Ajax methods
- Learn how jQuery's Ajax works under the hood
- Use JavaScript promises to create a fetch request and handle the data asynchronously
- Learn how to handle errors for failed requests
Required Knowledge
This course is ideal for students with intermediate level knowledge of JavaScript. You should have experience working with JavaScript's Object Oriented (prototypal inheritance) capabilities and using native JavaScript Promises. To brush up on these skills, check out Object Oriented JavaScript and JavaScript Promises.
Free
Intermediate
3 weeks
Richard Kalehoff
Coursearena