文件名称:redux-persist-memory-storage:用于redux-persist的内存存储
文件大小:91KB
文件格式:ZIP
更新时间:2024-06-03 03:07:56
JavaScript
Redux持久存储 内存存储适配器。 数据不会在内存以外的任何地方持久保存,因此不适合常规使用。 在某些情况下,这可能会有用: 作为尝试在阻止访问cookies或localStorage的客户端上使用或的后备方式(请参阅讨论以了解更多信息) 在测试中 安装 使用安装: npm install redux-persist-memory-storage 用法 客户 有条件地使用 : import { persistStore, autoRehydrate } from 'redux-persist' import MemoryStorage from 'redux-persist-memory-storage' import CookieStorage from 'redux-persist-cookie-storage' const store = createStore(red
【文件预览】:
redux-persist-memory-storage-master
----.github()
--------dependabot.yml(143B)
--------workflows()
----yarn.lock(210KB)
----src()
--------index.js(1KB)
----.babelrc(591B)
----lib()
--------index.js.map(3KB)
--------index.js(2KB)
----es()
--------index.js.map(3KB)
--------index.js(2KB)
----LICENSE(1KB)
----test()
--------index.test.js(3KB)
----README.md(2KB)
----.editorconfig(317B)
----.gitignore(14B)
----package.json(2KB)