local-storage topic

List local-storage repositories

async-local-storage

24
Stars
6
Forks
Watchers

AsyncLocalStorage is an unencrypted, asynchronous, persistent, key-value storage system that is global to the app in web browser. It should be used instead of LocalStorage.

remote-storage

1.2k
Stars
27
Forks
Watchers

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 back...

react-save-localstorage

26
Stars
1
Forks
Watchers

🗄 React component to save data to localStorage on render phase safely

To-do-list

17
Stars
0
Forks
Watchers

A simple and intuitive web-based to-do list application. Developed with HTML, CSS, JavaScript, and Bootstrap. Features include adding, editing, and deleting tasks, task prioritization, and a responsiv...

powersync.dart

129
Stars
18
Forks
Watchers

SDK that enables local-first and real-time reactive apps with embedded SQLite for Flutter/Dart clients

powersync-js

292
Stars
20
Forks
Watchers

SDK that enables local-first and real-time reactive apps with embedded SQLite for JavaScript clients, including React Native and Web