Convex Realtime - Live Data Subscriptions
When to use this skill
-
Building live dashboards that update instantly
-
Implementing collaborative editing features
-
Creating real-time chat applications
-
Showing instant notifications to users
-
Building activity feeds that update live
-
Implementing user presence indicators
-
Creating reactive search with live results
-
Building multiplayer or collaborative features
-
Showing real-time analytics and metrics
-
Implementing live document collaboration
-
Creating real-time forms with validation
-
Building features requiring instant synchronization
When to use this skill
-
Building realtime features, live updates, collaborative apps.
-
When working on related tasks or features
-
During development that requires this expertise
Use when: Building realtime features, live updates, collaborative apps.
Auto-Updating Queries
const messages = useQuery(api.messages.list, { channelId });
// Automatically updates when data changes!
Resources
- Convex Reactivity