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:
https://youtu.be/NPq_MFLnQrQ
My React Native animations course: https://reanimate.dev
Shared 100+ Animations on Demos: https://reactiive.io/demos
Twitter: https://twitter.com/reactiive_
Source code: https://github.com/enzomanuelmangano/jotai-mmkv
Leave some ⭐️ to:
- Jotai: https://github.com/pmndrs/jotai
- React Native MMKV: https://github.com/mrousavy/react-native-mmkv
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