react native AsyncStorage

来源:互联网 发布:java多线程实战 pdf 编辑:程序博客网 时间:2024/05/22 17:40

react native AsyncStorage

explain

在app中必须要将redux和asyncStorage结合,进行数据的管理。比如获取大量数据的列表,就需要结合已经存在asyncStorage的数据和新获得的数据来得到新的列表。对于断网的情况,也能保证程序的正常进行。

refs

https://github.com/Txiaozhe/react-native/wiki/react-native-Depth#Storage


last update 2016-09-23

0 0
原创粉丝点击