Data storage

Introduction

In this lesson we will be exploring different approaches to working with data storage in the browser. By storing data directly in the browser, we can build complex applications that work offline by caching data locally. We will be looking at the following topics:

  1. JSON
  2. localStorage
  3. sessionStorage
  4. IndexedDB
  5. Remote storage
  6. Memory Management