Repository navigation

#

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 than localStorage for the corresponding site loaded over HTTPS (e.g., https://example.com).

💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.

JavaScript
25605
1 年前
pubkey/rxdb
TypeScript
22690
14 小时前

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

JavaScript
14026
2 年前

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

C++
7608
7 天前

💾 Persist and rehydrate your Vuex state between page reloads.

JavaScript
5732
4 年前

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.

JavaScript
3042
4 个月前

RAG on Everything with LEANN. Enjoy 97% storage savings while running a fast, accurate, and 100% private RAG application on your personal device.

Python
2992
2 天前

An AngularJS module that gives you access to the browsers local storage with cookie fallback

JavaScript
2817
8 年前
franciscop/brownies

🍫 Tastier cookies, local, session, and db storage in a tiny package. Includes subscribe() events for changes.

JavaScript
2377
6 年前
JavaScript
2365
23 天前

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

JavaScript
1957
2 天前
nbubna/store

A better way to use localStorage and sessionStorage

JavaScript
1945
8 个月前

A sane music player built with media3 and material design library that is following android's standard strictly.

Kotlin
1693
1 天前

Change CSS theme with toggle, buttons or select using CSS custom properties and localStorage

JavaScript
1661
2 年前

A custom React Hook that provides a multi-instance, multi-tab/browser shared and persistent state.

JavaScript
1380
2 年前

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

TypeScript
1336
2 年前

A library to provide access to local storage in Blazor applications

C#
1330
1 年前