When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Caching JavaScript REST API Data with Local Storage

This course will teach you how to leverage the HTML storage API to store JSON data as well as exploring alternatives such as pouchDB.

     
  • 4
  •  |
  • Reviews ( 19 )
Free
Caching JavaScript REST API Data with Local Storage

    This Course Includes

    • iconpluralsight
    • icon4 (19 reviews )
    • icon1 hour 29 minutes
    • iconenglish
    • iconOnline - Self Paced
    • iconcore courses
    • iconpluralsight

    About Caching JavaScript REST API Data with Local Storage

    Storing API data client-side and keeping it synchronized can be a challenge, but if done well it can increase performance and improve the user experience. In this course, Caching JavaScript REST API Data with Local Storage, you’ll learn how to use local storage and pouchDB to store and maintain data received from a restful API. First, you’ll explore how local caching works and explore the differences between the different options. Next, you’ll discover how to retrieve data from an API and store it locally. Finally, you’ll learn how to store JSON documents in pouchDB. When you’re finished with this course, you’ll have the skills and knowledge of the HTML local storage API needed to store Rest API data locally in the browser.

    What You Will Learn?

    • Course Overview : 1min.
    • Introducing Local Storage : 17mins.
    • Storing API Data Locally : 21mins.
    • Keeping Data Fresh : 20mins.
    • Storing Data in PouchDB : 27mins.