Full-Stack Workflows
End-to-end tutorials that exercise multiple bQuery.js modules together. Each workflow walks through an idiomatic app or feature, links back to the module guides for depth, and pairs (where applicable) with a runnable sample under examples/ in the repository.
Available workflows
| Workflow | Modules touched |
|---|---|
| Build a Todo SPA | Core, Reactive, Router, Store, View |
| Build a Web Component library | Component, Storybook, Testing |
| SSR + hydration on Node, Bun, and Deno | SSR, runtime adapters (mirrors examples/ssr-*) |
Streaming SSR with flushBoundary + createSSRCache | SSR, Server |
| Backend API + WebSocket session | Server, Reactive (realtime), Concurrency |
| Forms with validation, i18n, and a11y | Forms, i18n, A11y, View |
| Drag-and-drop sortable lists with keyboard a11y | DnD, A11y, View |
| Off-main-thread work | Concurrency, Reactive, Devtools |
Companion resources
- Runnable SSR samples:
examples/. - Copy-paste snippets: the Cookbook and the legacy Examples & Recipes page.
- Guided introduction: the Tutorial.