redux-persist-indexeddb-storage
JSON →A storage engine for redux-persist that leverages IndexedDB via localForage, providing asynchronous, persistent state storage for React applications. Version 1.0.4 is the latest and appears stable with no frequent releases. Key differentiators: automatic fallback to localStorage for browsers without IndexedDB support, and a simple API that integrates directly into redux-persist config. This package is a thin wrapper around localForage, which has broad browser support. Note: limited to React/browser environments and depends on redux-persist v4/v5.