What’s the Best React Native Storage Option? 🧐

preview_player
Показать описание

What’s the best way to store data in React Native apps? Let’s talk about your storage options for both local data and remote databases!

#############################

❤️ You can also find me on:

#############################
Рекомендации по теме
Комментарии
Автор

🪐 Become a React Native Developer with Galaxies.dev!

galaxies_dev
Автор

You mention costs involved when using Realm - I think it would be fair to have also mentioned that this is only when you actually perform sync.
It's a perfectly capable open-source local-first database, that developers can use, free of charge, if they don't need to sync the data between devices.
(full disclosure - I work on the Realm JS team)

krnhansen
Автор

5:30 the video begins (without expo!) CLI rules!

eerrff
Автор

Your are my Idol of react native expo.
I came from THAILAND but i love you tutorial very much.

verawat
Автор

Great information!
I am using expo-sqlite, but with the new 14.0.3 update suitable for the Expo 51 sdk, I am facing an error related to read and write issues when doing an insert into a pre-populated database. Look at this:

error... [Error: Call to function has been rejected.
→ Caused by: Error code: attempt to write a readonly database]

Do you have any idea about this mistake ?

nelsonmartinez
Автор

Can you demo how to use the cloudfare R2 object storage for a react native app pls? Thanks, Simon :) Your clips are always world class!

tisskurr
Автор

A very worthy mention is ElectricSQL with supabase. It's 0$ to start and infinitely scalable also. Works well with all the supabase ecosystem.

shepherd_of_art
Автор

After you developed the app how you make the app go live? Make it accessible in google playstore or ios.

weixiangng
Автор

Very helpful. I have implemented non-consumable in-app purchase easily through this video. thanks.

irfanbabar
Автор

Hey Simon, what do you recommened for a gamification app, where the user collect points? And level-up? Would also be a good idea for a video :) thank you for your content.

domi-oo
Автор

Hello simon, please one tutorial offline async db!.

IdentyCloudOficial
Автор

hey, thank you so much for your videos sir. Please make some videos on expo filesystem and deep link. cant find any on youtube.

ExpoDev_Dash
Автор

could you cover react-relay-offline ? it seems like the best option for offline storage plus graphql communication with the server (it can batch mutations while offline, for instance, something other clients such as URQL cannot)

magne
Автор

Amazing review! It would be great to see similar comparison for other packages.

ra-dro
Автор

Great, this content was helpful! Thanks Simon.

codewithdalvin
Автор

Can you do supabase offline-first approach? is it even possible?

labrabbits
Автор

I just have to like this before watch; as I always get better 😊

raymondmichael
Автор

for my side project i went with sqlite and will implement my own sync at some point. watermelon seemed like too much overhead for my simple app, and i didnt want to use nosql so pouchdb and realm are out of the picture. ill use mmkv if i need local storage

omilkhouseo
Автор

This is very useful information, thank you for sharing.

TMDX-jq
Автор

Just a question...why do you suggest to start with expo though? Asking because bare rn allows more manual control over the app

sohamdas