question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider React Native for persistence support

See original GitHub issue

Hello! 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:closed
  • Created 3 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

6reactions
Albert-Gaocommented, May 17, 2021

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.

0reactions
dai-shicommented, Nov 15, 2020

Let’s close this. If we have a real issue, please open a new one.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found