Redux Persist Cookie Storage Adapter
JSON →A storage adapter for redux-persist that uses cookies as the persistence medium. Version 1.0.0 is the latest. It works in both browser (with cookies-js) and Node.js (with cookie-parser or cookies), enabling universal/isomorphic apps. Key differentiator: unlike localStorage-based adapters, cookies are automatically sent with HTTP requests, making it suitable for server-side rendering scenarios. The library supports cookie expiration and domain/path options.