htmx
posts tagged with "htmx"
Chirp + Kida — AST-Driven Partial Rendering
Chirp doesn't hard-code which blocks to render as OOB. It asks the template. Kida's template_metadata() gives Chirp regions, dependencies, and cache scope — all from the AST.
Type-Driven Responses — How Chirp Eliminates make_response()
In Chirp, the return type is the intent. Template, Fragment, Page, Stream, Suspense, EventStream — each type maps to exactly one response shape. No conditionals. No make_response().