|
|
|
|
|
by fao_
1718 days ago
|
|
> Also, I personally don't consider an app using temporary cache to store data to be an offline-first app. It must use a local database. From the website (https://rxdb.info/adapters.html) > react-native-sqlite > Uses ReactNative SQLite as storage. Claims to be much faster than the asyncstorage adapter. To use it, you have to do some steps from this tutorial. |
|