The secret behind Jotai and MMKV (React Native)

Опубликовано: 12 Август 2026
на канале: Reactiive
5,759
230

In this tutorial, we'll learn how to solve two very common problems when creating React Native apps:
1. State Management - Jotai
2. Data Persistence - React Native MMKV

In detail, we're going to combine these two packages together and use the atomWithMMKV.

Checkbox Interactions Tutorial:    • Checkbox Interactions - The beauty of Layo...  

My React Native animations course: https://reanimate.dev
Shared 100+ Animations on Demos: https://reactiive.io/demos
Twitter:   / reactiive_  

Source code: https://github.com/enzomanuelmangano/...

Leave some ⭐️ to:
Jotai: https://github.com/pmndrs/jotai
React Native MMKV: https://github.com/mrousavy/react-nat...

Chapters:
00:00 Introduction
03:17 Project walkthrough
05:41 Supporting Jotai
08:00 Filtering the items
11:13 Data Persistence with MMKV
16:48 The secret option