react native AsyncStorage

郤仰岳
2023-12-01

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

 类似资料:

相关阅读

相关文章

相关问答