Consider React Native for persistence support
See original GitHub issueHello! I now it might not be the issue for right now. But if you are going to add persistence support, please, consider React Native also. So persistence layer would be optional / configurable.
There is no HTML and DOM in React Native and components (View
, Text
, TextInput
) map to Native Android / iOS components. And there is no Web API like https://www.w3.org/TR/IndexedDB or https://dev.w3.org/html5/webdatabase
Also there is several solutions for persistence like SQLite database https://github.com/andpor/react-native-sqlite-storage or AsyncStorage https://github.com/react-native-async-storage/async-storage
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Persisting data in React Native - Pusher
This tutorial takes a look at four different ways to handle persisting data in React Native. You will be introduced to AsyncStorage, Realm, ......
Read more >What are the options of storing persisting data in a react native ...
When we create React Native apps, there are several ways to store or persist data. Each storage method has its own strong advantage....
Read more >Persistence - React Native Express
Generally, there are two ways to persist data on the client: The built-in AsyncStorage API, or libraries wrapping it; A native database with...
Read more >How can i persist data in react native application?
React Native provides methods to persist data. Some are provided out of the box while others are libraries you have to install and...
Read more >Security - React Native
Shared Preferences is the Android equivalent for a persistent ... info to an application monitoring service such as Sentry or Crashlytics.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Actually, Proxy support for Hermes just landed with 0.64, But I am perfectly fine. Jotai is my go-to statement for React/React Native now.
Let’s close this. If we have a real issue, please open a new one.