Skip to content

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

WorkflowModules touched
Build a Todo SPACore, Reactive, Router, Store, View
Build a Web Component libraryComponent, Storybook, Testing
SSR + hydration on Node, Bun, and DenoSSR, runtime adapters (mirrors examples/ssr-*)
Streaming SSR with flushBoundary + createSSRCacheSSR, Server
Backend API + WebSocket sessionServer, Reactive (realtime), Concurrency
Forms with validation, i18n, and a11yForms, i18n, A11y, View
Drag-and-drop sortable lists with keyboard a11yDnD, A11y, View
Off-main-thread workConcurrency, Reactive, Devtools

Companion resources

Released under the MIT License.