Blog (demo)
These sample posts exist to demonstrate the @opentf/web-docs blog feature — post list, banner, reading time, and TOC. This is not the OTF Web product blog; the only intentional link here is in the web-docs Blog guide.
Demo only
Browse
website/app/blog/ in the repo to see how the demo is wired. Your own docs site can omit a blog entirely, or copy this pattern from the scaffolder's Documentation site template.Inside the on-demand dev server
How OTF Web boots in milliseconds by compiling only the route you visit — and how a module graph keeps hot reloads precise.
Introducing OTF Web
Why we built a native-first, zero-VDOM framework that compiles JSX to real DOM.
How fine-grained signals work
A look at the reactive graph that updates only the DOM nodes a change touches.