{"library":"redux-storage-engine-cookies","type":"library","category":null,"description":"A cookie-based storage engine for redux-storage, version 1.0.0. It stores the entire Redux state in a single cookie via document.cookie. This engine is synchronous and blocking, with severe size limits (e.g., IE total cookie limit of 4096 bytes). It uses js-cookie for cookie handling and requires a Promise polyfill for IE<=11. Compared to other redux-storage engines (e.g., localStorage), cookies have cross-subdomain support but are far more restrictive in storage capacity.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript","redux","redux-storage","redux-storage-engine","cookies"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install redux-storage-engine-cookies","imports":["import createEngine from 'redux-storage-engine-cookies';","import createEngine from 'redux-storage-engine-cookies';","import Cookies from 'js-cookie';"]},{"cmd":"yarn add redux-storage-engine-cookies","imports":[]},{"cmd":"pnpm add redux-storage-engine-cookies","imports":[]}],"homepage":"https://github.com/bmatcuk/redux-storage-engine-cookies","github":"https://github.com/bmatcuk/redux-storage-engine-cookies","docs":null,"changelog":null,"pypi":null,"npm":"redux-storage-engine-cookies","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}