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

bevy_pkv

116
Stars
20
Forks
Watchers

Cross-platform (including wasm) persistent key value store plugin for rust games/apps

react-easy-params

74
Stars
2
Forks
Watchers

:link: Auto synchronize your state with the URL and LocalStorage.

angular-async-local-storage

668
Stars
70
Forks
Watchers

Efficient client-side storage for Angular: simple API + performance + Observables + validation

lookie

82
Stars
2
Forks
Watchers

Store your data in localStorage with optional expiration time. Almost like a cookie.

BlazorDB

70
Stars
20
Forks
Watchers

In memory, persisted to localstorage, database for .net Blazor browser framework

BlazoredLocalStorage

28
Stars
4
Forks
Watchers

This library has been moved to the Blazored org

qoopido.demand

39
Stars
3
Forks
Watchers

Promise like module loader with automatic resolution of nested dependencies using XHR requests and localStorage caching to dynamically load modules, legacy JavaScript, CSS, text and bundles. Supports...

FeatherPasswordManager

46
Stars
5
Forks
Watchers

Highly portable extremely light-weight password manager that stores all your passwords in a local encrypted file.

ImmortalDB

3.0k
Stars
63
Forks
Watchers

:nut_and_bolt: A relentless key-value store for the browser.

astorage

102
Stars
10
Forks
Watchers

A tiny API wrapper for localStorage