htmxRazor v2.0.0: Platform and DX
An interactive playground, a live theme builder, SignalR, and a Kanban board, all on .NET 10 with no breaking changes. htmxRazor v2.0.0 is out today. The six features in this release span three distinct areas: developer tooling in your editor, interactive features on the demo site, and two new library components. This is the first major version since the initial …
Continue Reading
htmxRazor v1.4.0: SSE Streaming, Multi-step Wizard, and Optimistic UI
v1.4.0 ships today with seven features built around a single theme: the interaction patterns real production applications actually need. Real-time content streaming, multi-step workflows, immediate UI feedback, response-aware forms, and a handful of targeted quality-of-life additions. SSE Stream <rhx-sse-stream> wraps the htmx SSE extension declaratively. One Tag Helper, one server endpoint, no boilerplate: The component renders with hx-ext=”sse”, sse-connect, sse-swap, …
Continue Reading
htmxRazor 1.2.0: Toast Notifications, Pagination, and the End of CSS Specificity Fights
The first feature release after htmxRazor hit 1.1 is here, and it targets the three complaints I hear most from .NET developers building server-rendered apps with htmx: “I need toast notifications,” “I need pagination that works with htmx from the start,” and “your CSS keeps fighting with mine.” Version 1.2.0 addresses all three. Here is what shipped. Toast Notifications That …
Continue Reading