Stop Building SPAs for Every Screen: htmx + ASP.NET Core Razor Pages Workshop (Open)
A workshop teaching how to build modern web UIs with htmx and ASP.NET Core Razor Pages, avoiding the complexity of single-page applications (SPAs).
A workshop teaching how to build modern web UIs with htmx and ASP.NET Core Razor Pages, avoiding the complexity of single-page applications (SPAs).
Announcement of htmx 4, replacing XMLHttpRequest with fetch() and introducing breaking changes with a detailed upgrade plan.
Compares modern UI frameworks like React, HTMX, and TanStack that are shifting back to server-rendered markup, with practical use cases.
Explains how HTMX uses 'previous' and 'next' mechanics with CSS selectors and the Node.compareDocumentPosition() method.
Explores using HTMX to create server-side UI components without React, comparing it to tRPC and React Server Components for building interactive admin pages.
MonsterUI simplifies web UI development by providing pre-styled Python components for FastHTML, eliminating complex CSS and boilerplate.
Learn how to implement dynamic, Htmx-powered 'islands' in ASP.NET Core for blending static page performance with user-specific content.
A tutorial on using Htmx triggers with ASP.NET Core to dynamically update HTML elements, specifically focusing on refreshing a user avatar.
A guide to reliably testing Htmx-powered ASP.NET Core applications using Playwright by leveraging Htmx lifecycle events.
A tutorial on enhancing Htmx web applications by replacing default confirmation dialogs with custom SweetAlert popups for better user experience.
A developer shares progress on his educational course, detailing improvements to his video recording workflow and technical decisions like adopting htmx.
A guide to resolving compatibility issues between HTMX and Shoelace web components, with a focus on Shadow DOM and event handling.
Explores integrating HTMX with Blazor's server-rendered components in .NET 8 to add interactivity without WebSockets or WebAssembly.
A guide to implementing smooth page transitions using the View Transitions API with ASP.NET Core Razor Pages and HTMX for enhanced web UX.
An introduction to HTMX, a modern library for building dynamic web interfaces using HTML with minimal JavaScript, and how to use it.
A tutorial on integrating Bootstrap modals with HTMX and ASP.NET Core for dynamic, server-rendered modal dialogs.
Explains how to handle ASP.NET Core anti-forgery tokens when using HTMX boosts, including solutions for script re-registration.
Upgrading a SaaS app's Heroku stack and htmx, plus adding an empty state feature for a better user experience.
A developer shares lessons learned while using JavaScript FormData to build a dynamic feature for a SaaS application.
A developer builds a new teacher checklist feature in a Django SaaS project, creating a dedicated 'teachers' app.