LocalStorage topic

LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.

localStorage data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage returns a different object than localStorage for the corresponding site loaded over HTTPS (e.g., https://example.com).

List LocalStorage repositories

bin

84
Stars
7
Forks
Watchers

A tiny (<1kb) localStorage and sessionStorage helper library.

vuex-persistedstate

5.8k
Stars
375
Forks
Watchers

💾 Persist and rehydrate your Vuex state between page reloads.

lowdb

21.0k
Stars
904
Forks
Watchers

Simple and fast JSON database

JavaScript-for-Everyone

1.1k
Stars
275
Forks
Watchers

A step by step guide to learn JavaScript and programming. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

remotestorage.js

2.3k
Stars
141
Forks
Watchers

⬡ JavaScript client library for integrating remoteStorage in apps

react-native-mmkv

5.4k
Stars
231
Forks
Watchers

⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!

TableExport

886
Stars
292
Forks
Watchers

The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.

store.js

14.0k
Stars
1.3k
Forks
Watchers

Cross-browser storage for all use cases, used across the web.

ng2-webstorage

423
Stars
91
Forks
Watchers

Localstorage and sessionstorage manager - Angular service

redux-react-session

147
Stars
41
Forks
Watchers

:key: Simple Session API storage for Redux and React