Answer the question
In order to leave comments, you need to log in
AsyncStorage vs Redux?
When writing an application, I store data in the Redux store.
How much better is the idea to store something like "pointers" (id) and so on there, and keep the data in AsyncStorage and retrieve it when mounting the container?
How much will it affect performance?
UPD:
How to store data from the back in order to load less RAM?
Answer the question
In order to leave comments, you need to log in
AsyncStorage is a simple, unencrypted, asynchronous, persistent, key-value storage system that is global to the app. It should be used instead of LocalStorage.
Immediately in the docks it is written. Compare warm to soft.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question