The fastest key/value storage for React Native. ~30x faster than AsyncStorage!
MMKV is an efficient mobile key-value storage framework developed by WeChat. react-native-mmkv is a library that enables the use of MMKV in React Native applications with fast and direct bindings to the native C++ library accessible through a simple JS API.
MMKV provides a high-performance mobile key-value storage solution with encryption support, multiple instance support, and easy-to-use React Hooks API. react-native-mmkv library facilitates seamless integration of MMKV into React Native applications, offering fast and direct bindings to the native C++ library for efficient data storage and retrieval.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.