Redux Persiste-大小限制



我有一个react/redux应用程序,我正在使用redux-persistent来存储状态值。我有大量的数据,我想知道redux-persiste的大小限制,我知道redux可以存储无限的数据,但有了redux-persiste,我不知道。请帮忙吗?这就是我在互联网上发现的:

A Redux store doesn't have a limit on the amount of data stored, so you can pretty much use it to store almost anything, including bulky JSON data, data in table form, etc.

谢谢

假设您使用的是localStorage,您可能需要检查localStorage值的最大大小是多少?

快速测试显示,每个域的限制为5 mb(macOS上最新的Chrome和Safari(。但你可能不应该依赖它。我会用240毫巴左右作为一个合理的上限。

相关内容

  • 没有找到相关文章

最新更新