How to build a local-first Notes App with Turso and Expo SQLite

Опубликовано: 27 Октябрь 2025
на канале: Expo
11,859
267

Learn how to build a local-first Notes App with Turso and Expo SQLite in this tutorial video from Beto. Turso Offline Sync integrates seamlessly with Expo applications. This powerful combination gives developers the ability to create true local-first applications with minimal complexity.

Turso Offline Sync leverages SQLite and extends it with bidirectional sync capabilities. This means your app can do the following:

Work 100% offline with full read/write support
Sync data automatically when connectivity returns
Deliver native-speed database performance
Simplify your architecture by eliminating custom API layers

The best use cases for Turso are:

Mobile-first apps: Create responsive experiences that work anywhere
Multi-device users: Keep user data in sync across all their devices
Offline-critical applications: Field work, remote locations, or spotty connectivity
Simplified architectures*: Eliminate complex API layers and sync logic

👨‍💻 Source Code → https://github.com/betomoedano/notes-app
📂 Turso Offline Sync → https://turso.tech/blog/turso-offline...
📂 Expo SQLite → https://docs.expo.dev/versions/latest...

⌚ Timestamps ⌚
00:00 Introduction
01:01 Demo Walkthrough
04:39 Cloning Example Project
05:12 Installing expo-sqlite
06:10 Creating Development Build
06:41 App Walkthrough
07:16 Setting Up Turso
09:27 Implementing expo-sqlite
24:42 Conclusion

#ReactNative #OfflineFirst #Turso