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).
bevy_pkv
Cross-platform (including wasm) persistent key value store plugin for rust games/apps
react-easy-params
:link: Auto synchronize your state with the URL and LocalStorage.
angular-async-local-storage
Efficient client-side storage for Angular: simple API + performance + Observables + validation
lookie
Store your data in localStorage with optional expiration time. Almost like a cookie.
BlazorDB
In memory, persisted to localstorage, database for .net Blazor browser framework
BlazoredLocalStorage
This library has been moved to the Blazored org
qoopido.demand
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
Highly portable extremely light-weight password manager that stores all your passwords in a local encrypted file.
ImmortalDB
:nut_and_bolt: A relentless key-value store for the browser.
astorage
A tiny API wrapper for localStorage