LocalStorage
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 thanlocalStorage
for the corresponding site loaded over HTTPS (e.g.,https://example.com).
Here are 9,388 public repositories matching this topic...
Language:All
Sort:Most stars
💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.
- Updated
Jul 30, 2024 - JavaScript
A fast, local first, reactive Database for JavaScript Applicationshttps://rxdb.info/
- Updated
Mar 18, 2025 - TypeScript
Simple and fast JSON database
- Updated
Jun 16, 2024 - JavaScript
Cross-browser storage for all use cases, used across the web.
- Updated
Jan 16, 2024 - JavaScript
⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!
- Updated
Mar 10, 2025 - C++
💾 Persist and rehydrate your Vuex state between page reloads.
- Updated
Feb 4, 2022 - JavaScript
🔩 A relentless key-value store for the browser.
- Updated
Jan 6, 2023 - JavaScript
local storage wrapper for both react-native and browser. Support size controlling, auto expiring, remote data auto syncing and getting batch data in one query.
- Updated
Mar 3, 2024 - JavaScript
An AngularJS module that gives you access to the browsers local storage with cookie fallback
- Updated
Aug 29, 2017 - JavaScript
🍫 Tastier cookies, local, session, and db storage in a tiny package. Includes subscribe() events for changes.
- Updated
May 11, 2019 - JavaScript
⬡ JavaScript client library for integrating remoteStorage in apps
- Updated
Oct 9, 2024 - JavaScript
A better way to use localStorage and sessionStorage
- Updated
Feb 6, 2025 - JavaScript
📡 BroadcastChannel to send data between different browser-tabs or nodejs-processes 📡 + LeaderElection over the channelshttps://pubkey.github.io/broadcast-channel/
- Updated
Mar 11, 2025 - JavaScript
Change CSS theme with toggle, buttons or select using CSS custom properties and localStorage
- Updated
Feb 19, 2024 - JavaScript
A custom React Hook that provides a multi-instance, multi-tab/browser shared and persistent state.
- Updated
Apr 26, 2023 - JavaScript
A sane music player built with media3 and material design library that is following android's standard strictly.
- Updated
Mar 18, 2025 - Kotlin
remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across sessions, devices, and browsers. It works as a simple key value database store and backend with support for React, Next.js, Vue, Node, or any Javascript stack
- Updated
Mar 27, 2024 - TypeScript
A library to provide access to local storage in Blazor applications
- Updated
Oct 9, 2024 - C#
React hook that persists data in localStorage
- Updated
Nov 13, 2024 - TypeScript
Fully-featured web interface for Ollama LLMs
- Updated
Feb 4, 2025 - TypeScript
- Followers
- 35 followers
- Website
- html.spec.whatwg.org/multipage/webstorage.html#dom-localstorage-dev
- Wikipedia
- Wikipedia