My localStorage is a Javascript Object
A lightweight, intelligent storage library for JavaScript that makes state persistence as easy as modifying an object.
- ⚡ Auto-Persistence: Seamlessly syncs object changes to storage (LocalStorage, etc.) without manual save calls.
- 🛡️ Built-in Debouncing: Rapid changes (e.g., typing in an input) are automatically batched to prevent excessive I/O operations.
- 🔍 Deep Proxying: Automatically tracks changes in nested objects and arrays, ensuring every level of your data is reactive.
- 🧩 Modular Adaptors(upcoming): Designed to support multiple storage backends (LocalStorage, IndexedDB, etc.).
See test.js for usage examples.
This project is still in development and should't be used in production.
- JSON
- LocalStorage
- XML
- First Release
- IndexedDB
- File System
- SQL