Introduction
Ever wanted to create an app that works seamlessly offline and syncs up the moment you're back online?
That is what a local first app does and we're doing just that in this video, where we'll show you how to build a project management app, like Trello, but it's built local-first!
This video is perfect to learn the ins and outs of React Native using Realm, including the Atlas Device SDK. You'll learn how to manage your data locally (so it works offline), and automatically sync everything to the cloud when you're connected.
Let's get coding!
Source code
If you encounter any issues, check out the full source code of this project.