Client Guides
Learn how to integrate Gluonic into your React or React Native application.
Getting Started
- Client Setup - Initialize sync in your app
- Defining Models - Type-safe model definitions
- React Hooks - useModel, useCollectionModels
Core Features
- Mutations - Create, update, delete
- Relationships - Lazy references and collections
- Offline Handling - Network state management
Quick Reference
| Topic | Description | Difficulty |
|---|---|---|
| Setup | Initialize sync client | ⭐ Easy |
| Models | Define models with decorators | ⭐⭐ Medium |
| Hooks | Use models in components | ⭐ Easy |
| Mutations | Create/update/delete data | ⭐ Easy |
| Relationships | Lazy loading | ⭐⭐ Medium |
| Offline | Handle network state | ⭐ Easy |
Last updated on