React Native how to store chat messages in key value storage

This page summarizes the projects mentioned and recommended in the original post on /r/reactnative

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • async-storage

    An asynchronous, persistent, key-value storage system for React Native.

  • Wether I use react-native-async-storage or react-native-mmkv or any other kv storage at some point I have the problem that at the array (value column) is too big at some point (we talk about 200mb or more). Using react-native-mmkv the performance doens't matter, because it is super fast but the problem is that I get an error because it is too big.

  • react-native-mmkv

    ⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!

  • Wether I use react-native-async-storage or react-native-mmkv or any other kv storage at some point I have the problem that at the array (value column) is too big at some point (we talk about 200mb or more). Using react-native-mmkv the performance doens't matter, because it is super fast but the problem is that I get an error because it is too big.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts