Description
In this course, you will :
- Discover the interaction between client apps and servers, the distinction between full page loads and AJAX, the advantages and disadvantages of AJAX, and which scenarios would benefit from AJAX.
- Investigate existing methods for making AJAX calls to a remote API, as well as the progress of AJAX techniques in recent years. Finally, they will be introduced to the Axios module, which streamlines request processing in a modern Javascript environment.
- Develop your ability to process JSON server/API responses, including error handling, security best practices, and transforming a JSON response into updated web page elements.