Guides
Components with Convex Data
Build React components that pull real-time data from Convex.
Build Client Components that subscribe to Convex queries for real-time data.
What You'll Do
- Create a Client Component with
useQueryfrom Convex - Handle loading and error states
- Compose multiple data-fetching components in a Server Component page
- Understand when data re-renders automatically