local-storage topic
async-local-storage
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
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
🗄 React component to save data to localStorage on render phase safely
To-do-list
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
SDK that enables local-first and real-time reactive apps with embedded SQLite for Flutter/Dart clients
powersync-js
SDK that enables local-first and real-time reactive apps with embedded SQLite for JavaScript clients, including React Native and Web