Local storage is just one big old JavaScript object that you can attach data to (or remove data from) Local storage provides at least 5MB of data storage across all major web browsers. This is a fairly low limit for people building apps that are data intensive or need to function offline. If the app you're using doesn't fit the above description: don't use local storage.
Table of contents
What is Local Storage?What's Cool About Local Storage?What Sucks About Local StorageWhy Local Storage is Insecure and You Shouldn't Use it to Store Sensitive DataPSA: Don't Store JSON Web Tokens in Local StorageWhat to Use Instead of Local StoragePlease Stop Using Local Storage22 Comments
Sort: