···191191192192## Examples
193193194194-See the [`examples/`](./examples) directory for real-world usage:
194194+See the [`examples/`](./examples) directory for side-by-side comparisons with vanilla TypeScript:
195195196196-- **[http-client.ts](./examples/http-client.ts)** — Resilient HTTP client with typed errors, retries, and timeouts
197197-- **[workflow-engine.ts](./examples/workflow-engine.ts)** — Order processing pipeline with state machines
198198-- **[reactive-dom.ts](./examples/reactive-dom.ts)** — DOM event handling with cancellation
199199-- **[parallel-scraper.ts](./examples/parallel-scraper.ts)** — Concurrent web scraper with rate limiting
200200-- **[task-queue.ts](./examples/task-queue.ts)** — Background job processor with priorities
201201-- **[game-loop.ts](./examples/game-loop.ts)** — Game loop with typed units and state
196196+- **[http-client](./examples/http-client/)** — Retry, timeout, and typed errors
197197+- **[workflow-engine](./examples/workflow-engine/)** — Branded types and typestate patterns
198198+- **[task-queue](./examples/task-queue/)** — Fiber concurrency and dependency injection
202199203200## Philosophy
204201