react-native-hashing VS react-native-mmkv

Compare react-native-hashing vs react-native-mmkv and see what are their differences.

react-native-hashing

A hashing library for react native written in c++ with JSI (by TheRogue76)

react-native-mmkv

⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage! (by mrousavy)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
react-native-hashing react-native-mmkv
1 47
18 5,175
- -
10.0 7.8
about 2 years ago 6 days ago
C++ C++
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

react-native-hashing

Posts with mentions or reviews of react-native-hashing. We have used some of these posts to build our list of alternatives and similar projects.
  • C++ vs. Swift/Kotlin
    1 project | /r/reactnative | 25 Feb 2023
    I went this route when the new arch was an up and coming thing, spent a lot of time learning how to do cpp stuff and i made this: https://github.com/TheRogue76/react-native-hashing From my experience, unless you are doing something that is computationally extremely expensive, or doing something that needs access to the Yoga and the whole of the rendering pipeline, you are better off doing it in Kotlin and Swift. Cpp is not a pleasant or modern language (from the generics to the null handling to enums, my experience was terrible). We are mobile developers, so there will never be a time in your career when Swift or Kotlin are not useful. For my part, I won’t touch cpp ever again unless i have to. But it’s up to you

react-native-mmkv

Posts with mentions or reviews of react-native-mmkv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-03.

What are some alternatives?

When comparing react-native-hashing and react-native-mmkv you can also consider the following projects:

ant-design-mobile-rn - Ant Design for React Native

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

react-native-winrt - Windows Runtime projection for React Native for Windows

zustand - 🐻 Bear necessities for state management in React

devhub - TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them

react-native-debugger - The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools

taro-playground - The Taro Playground App is a cross-platform application developed using Taro, to help developers develop and debug Taro applications.

react-query - 🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]

react-native-vision-camera - 📸 A powerful, high-performance React Native Camera library.

flipper - A desktop debugging platform for mobile developers.

react-native-shadow-2 - Cross-platform shadow for React Native. Supports Android, iOS, Web, and Expo

react-native-mmkv-storage - An ultra fast (0.0002s read/write), small & encrypted mobile key-value storage framework for React Native written in C++ using JSI