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

vue-local-storage

672
Stars
63
Forks
Watchers

Vue.js localStorage plugin with types support

hyperapp-fx

113
Stars
17
Forks
Watchers

Effects for use with Hyperapp

awesome-web-storage

439
Stars
35
Forks
Watchers

:sunglasses: Everything you need to know about Client-side Storage.

broadcast-channel

1.8k
Stars
118
Forks
Watchers

:satellite: BroadcastChannel to send data between different browser-tabs or nodejs-processes :satellite: + LeaderElection over the channels https://pubkey.github.io/broadcast-channel/

notepad

624
Stars
217
Forks
Watchers

基于vue2.0+vuex+localStorage+sass+webpack,实现一个本地存储的记事本。兼容PC端和移动端。

archer-svgs

27
Stars
0
Forks
Watchers

异步加载svg解决方案

angular-safeguard

76
Stars
17
Forks
Watchers

Wrapper around cookies/sessionStorage/localStorage for angular2. If all are unavailable will use an in memory storage.

Squirrel.js

38
Stars
4
Forks
Watchers

Squirrel away form values in sessionStorage (or localStorage) automatically with this jQuery plugin. The fields will automatically refill if the user has to leave or refresh the page!

depot.js

247
Stars
16
Forks
Watchers

📦 depot.js is a storage library with a simple API