Skip to content

Offline-first mobile application using MongoDB Realm in React Native.

Notifications You must be signed in to change notification settings

klakshman318/mongodb-realm-offline-first-app

Repository files navigation

offline-first mobile application using MongoDB Realm Sync in React Native.

I’ve made working example of react native demo app using MongoDB Realm React Native SDK. (Realm Live Sync with online across multiple devices)

It support Realm Sync with offline means stores data in local than will sync once online. Sync configuration should be switched based on network connectivity status.

Checkout, published tutorial article in Medium & LinkedIn.

Medium: https://bit.ly/3bEWQgX LinkedIn: https://bit.ly/3bDyELW

Bookshelf in the shape of human brain used in empty state screen. Image Credit: istockphoto - https://bit.ly/3yq7oKm

MongoDB Realm Sync using React Native SDK Demo App in React Native - UI Screen Flow .

MongoDB Realm Sync using React Native SDK Demo App in React Native - Create, Read, Update, and Delete Book Document Objects with MongoDB Realm Sync.