Hi, I'm in a process of creating a React Native app that should have possibility to read and save some resources while user if disconnected from the internet.
I'm looking into using Realm or some combination of redux, redux-offline, redux-persist etc...
Does anybody have any experience with this and is willing to share some tips?
Thanks!
You might also want to use API Caching, like caching HTTP requests etc.
You should also consider synchronization with the server, specially when writing changes to data.
Don't allow changes to data, if you do, you get into a big trouble.
Couchbase Client, has a sync gateway that does this automatically for you.
Marcus
Full Stack Developer
tedb-org.github.io Is a database you can write a storage driver for for react native. This can be used to creat in memory or persistent darabases on any system provided you write a compliant storage driver. I am currently using it in production for our company's Electron app and soon will use it for our React Native app.
Myself and another are the active developers but people from Feathersjs are also on board. If you have any questions shoot me a message or reply here.