convex-realtime
Implement real-time subscriptions, optimistic updates, and pagination in React using Convex.
Install
npx skills add https://github.com/waynesutton/convexskills --skill convex-realtimeStats
| Total installs | 1,652 |
| Weekly installs | 1.6K |
| GitHub stars | 385 |
| First seen | Jan 24, 2026 |
| Source | @waynesutton/convexskills |
Summary
- Automatic subscriptions via useQuery with smart caching and consistent database views across components
- Optimistic updates for immediate UI feedback on mutations, with automatic rollback on errors
- Cursor-based pagination with usePaginatedQuery supporting load-more and infinite-scroll patterns
- Conditional query execution using "skip" to avoid hook call violations; handles loading states with undefined checks
Tags
Related skills
| Skill | Installs | vs convex-realtime |
|---|---|---|
| database-optimizer | 1,288 | -364 |
| prisma-postgres | 1,674 | +22 |
| data-analyst | 1,862 | +210 |
| django-expert | 2,091 | +439 |
| database-migrations | 1,558 | -94 |
FAQ
- How many installs does convex-realtime have?
- convex-realtime has 1,652 total installs and 1.6K installs this week.
- Where is convex-realtime hosted?
- convex-realtime is published by @waynesutton/convexskills at https://github.com/waynesutton/convexskills.
- How many GitHub stars does convex-realtime have?
- convex-realtime has 385 GitHub stars.
- When was convex-realtime first indexed?
- OrangeBot.AI first indexed convex-realtime on Jan 24, 2026.
- How do I install convex-realtime?
- Run: npx skills add https://github.com/waynesutton/convexskills --skill convex-realtime