Htmx and Playwright Tests in C#

Htmx and Playwright Tests in C#

Community member Jonathan Channon recently approached me about an appropriate way to test your Htmx-powered applications using the Playwright testing framework. It can be annoying to get the timing right between sending an HTMX request, processing it on the server,...

Continue Reading

HTMX, ASP.NET Core, and Bootstrap Modals

HTMX, ASP.NET Core, and Bootstrap Modals

If you’ve done any frontend development in the past decade, you’ve likely interacted with Bootstrap, a toolkit focused on providing developers with CSS layout rules and components. Additionally, no frontend toolkit is complete with the accompanying JavaScript to make components...

Continue Reading

HTMX With ASP.NET Core

HTMX With ASP.NET Core

With all the momentum behind frontend frameworks, it’s often easy to forget that server-side rendering (SSR) is a mature approach to delivering fast and reliable user experiences. Unfortunately, one of the most significant drawbacks to frontend development is the experience...

Continue Reading