Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

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 10,946 public repositories matching this topic...

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

  • UpdatedJul 30, 2024
  • JavaScript
rxdb

Simple and fast JSON database

  • UpdatedJul 24, 2025
  • JavaScript

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

  • UpdatedJan 16, 2024
  • JavaScript

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

  • UpdatedFeb 20, 2026
  • Python

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

  • UpdatedFeb 20, 2026
  • TypeScript

💾 Persist and rehydrate your Vuex state between page reloads.

  • UpdatedFeb 4, 2022
  • JavaScript

🔩 A relentless key-value store for the browser.

  • UpdatedApr 18, 2025
  • 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.

  • UpdatedJun 17, 2025
  • JavaScript

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

  • UpdatedAug 29, 2017
  • JavaScript

⬡ JavaScript client library for integrating remoteStorage in apps

  • UpdatedFeb 20, 2026
  • JavaScript
brownies

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

  • UpdatedMay 11, 2019
  • JavaScript

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

  • UpdatedFeb 20, 2026
  • JavaScript
store

A better way to use localStorage and sessionStorage

  • UpdatedJan 21, 2026
  • JavaScript

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

  • UpdatedFeb 19, 2026
  • Kotlin

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

  • UpdatedFeb 19, 2024
  • JavaScript
nextjs-ollama-llm-ui

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

  • UpdatedMar 27, 2024
  • TypeScript

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

  • UpdatedApr 26, 2023
  • JavaScript

A library to provide access to local storage in Blazor applications

  • UpdatedOct 9, 2024
  • C#

[8]ページ先頭

©2009-2026 Movatter.jp