KeyValueStorage
JSON →Isomorphic key-value storage library (v0.7.1) that works across Node.js, React Native, and browser environments. Provides a unified API (setItem, getItem, removeItem, getKeys, getEntries) with different backends: SQLite for Node.js, AsyncStorage for React Native, and localStorage for browsers. Requires explicit adapter configuration per platform, which is a common source of errors. TypeScript types included. Low release cadence; active development.
Resources
packagekeyvaluestorage ↗