K
K
KnightForce2018-03-20 10:54:27
JavaScript
KnightForce, 2018-03-20 10:54:27

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

2 answer(s)
C
Coder321, 2018-03-20
@Coder321

What about the meaning?

M
Mikhail Osher, 2018-03-20
@miraage


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 question

Ask a Question

731 491 924 answers to any question