react-native-fiesta VS MMKV

Compare react-native-fiesta vs MMKV and see what are their differences.

react-native-fiesta

🎉 A set of celebration animations powered by @shopify/react-native-skia. Engage more with your users by celebrating in your React Native application. (by mateoguzmana)

MMKV

An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. (by Tencent)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
react-native-fiesta MMKV
5 5
415 16,791
- 0.9%
0.0 8.7
over 1 year ago 5 days ago
TypeScript 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-fiesta

Posts with mentions or reviews of react-native-fiesta. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-23.
  • Go to react native celebration animation library?
    2 projects | /r/reactnative | 23 Jan 2023
    Some of the good ones I've found: https://github.com/mateoguzmana/react-native-fiesta (Uses Skia which is great, but animations themselves are a tad basic. But it's a super new project)
  • TOP 6 React Native libraries with native performance ⚡️
    9 projects | dev.to | 12 Jan 2023
    If you need complex animations or you want to animate something besides native components, Skia is your choice. Skia is a base rendering engine for Flutter and Chrome written in C++. React Native version provides access to Skia API using direct JSI calls, which makes it close to native performance with minimum overhead. As a result, you can build animations like this:
  • Happy new year RN devs!
    1 project | /r/reactnative | 31 Dec 2022
    Source code
  • React Native Skia UI Thread Rendering
    2 projects | /r/reactnative | 17 Dec 2022
    Recently, I did some improvements to react-native-fiesta, in order to use one of the latest versions of @shopify/react-native-skia. The improvements are very impressive!
  • Animated Balloons With React Native
    2 projects | dev.to | 13 Sep 2022
    In the following sections, we will see how to use react-native-fiesta to add some animated balloons into your application with some few lines of code.

MMKV

Posts with mentions or reviews of 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.
  • Understanding security in React Native applications
    9 projects | dev.to | 3 Apr 2024
    react-native-mmkv is a wrapper around MMKV that allows you to easily implement secure storage in your app. It is arguably the fastest key-value storage for React Native apps
  • TOP 6 React Native libraries with native performance ⚡️
    9 projects | dev.to | 12 Jan 2023
    This library uses MMKV key-value storage and JSI to communicate between the JS side and the native side very quickly and synchronously. It is a suitable replacement for slow AsyncStorage. Follow this guide to migrate from AsyncStorage and get 30x faster on read and write operations in your app.
  • MMKV Visualizer - simple visualizer for mobile forensicators
    2 projects | /r/computerforensics | 27 Oct 2022
    For those unfamiliar with MMKV, here's a link to their GitHub - https://github.com/Tencent/MMKV. Used in many mobile applications, such as Discord.
  • React Native SWR Persistent Cache with MMKV
    3 projects | dev.to | 22 Apr 2022
    SWR library works great with React Native. By default, SWR library uses global cache store, but you will lose your cache when you reload your app. Here is a super-easy way to sync SWR cache with MMKV.
  • Getting Started with React Native JSI Modules
    3 projects | dev.to | 27 Jun 2021
    This library aims to provide a fast & reliable solution for you data storage needs in react-native apps. It uses MMKV by Tencent under the hood on Android and iOS both that is used by their WeChat app(more than 1 Billion users). Unlike other storage solutions for React Native, this library lets you store any kind of data type, in any number of database instances, with or without encryption in a very fast and efficient way. Read about it on this blog post I wrote on dev.to

What are some alternatives?

When comparing react-native-fiesta and MMKV you can also consider the following projects:

react-native-skia-demo - A React Native Project demonstrating use of react-native-skia library

Realm - Realm is a mobile database: a replacement for Core Data & SQLite

react-native-confetti-cannon - React Native confetti explosion and fall like iOS does.

SQLite.swift - A type-safe, Swift-language layer over SQLite3.

react-native-unistyles - Level up your React Native StyleSheet

ObjectBox embedded database - Swift database - fast, simple and lightweight (iOS, macOS)

flash-list - A better list for React Native

SQLite - A stand-alone Swift wrapper around the SQLite 3 client library.

react-native-reanimated - React Native's Animated library reimplemented

WCDB - WCDB is a cross-platform database framework developed by WeChat.

react-native-quick-sqlite - Fast SQLite for react-native.

UserDefaults - Simple, Strongly Typed UserDefaults for iOS, macOS and tvOS