Client examples
Complete, runnable examples for @pbvex/client.
- Vanilla TypeScript — basic query, mutation, and action.
- Authenticated call — per-call and provider auth.
- Realtime list — SSE subscription with state and cleanup.
- File upload — how storage works through server actions.
Cross-links
- React examples are in examples/react.
- Svelte examples are in examples/svelte.
- Core authoring guides: Authoring functions, Schema, Authentication, Storage.