Answer the question
In order to leave comments, you need to log in
How to store application state/data after React Native closes?
Hello. Can you please tell me how to properly store application data after closing? For example, with authorization, the user opens the application for the first time, registers, enters - enters a login / password, the data is sent to the server, it is checked there, and an answer comes, if everything is correct, then it enters and the state changes, for example authorization = true. If, for example, states are stored using Redux, will the state be saved after the application is restarted or not? And for example, the user entered the application with the Internet turned on, some infa was loaded, for example, articles, and they need to be saved somehow, so that if the next time he logs in without the Internet, the previously downloaded data is available, how can this be done? Or in the case of the ToDo list, he logged in, added a list of tasks, left, but where to store this list?
I apologize for the possibly stupid question, I'm just starting to understand the topic and have not yet been able to find a specific answer to this question.
Answer the question
In order to leave comments, you need to log in
https://facebook.github.io/react-native/docs/async...
https://medium.com/@sumitkushwaha/syncing-redux-st...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question