mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

340K
active users

Chris Woody Woodruff

Chapters 5–8 of ASP.NET Core Reimagined with htmx Book are out!

Learn htmx magic with Razor Pages:

Ch5 – Mastering hx-get & hx-post
Ch6 – Using hx-put, hx-patch, & hx-delete
Ch7 – Precision updates with hx-target & hx-swap
Ch8 – Event ease via hx-trigger & hx-on

aspnet-htmx.com/

aspnet-htmx.comASP.NET Core Reimagined with htmx BookHave questions or feedback about the book? My email is cwoodruff@live.com.

@cwoodruff So whatcha think of HTMX, Woody? More a small page thing, or better in the enterprise space?

@Sempf I see it as an essential tool when building ASP.NET Core projects. It is not hard to work with. The 15Kb JS library also has no dependency, so you just need it. There are NuGet packages also for it.

@cwoodruff Do you think it will work in the enterprise space?

@Sempf 100% I do. I am developing a enterprise sample app just with htmx

@cwoodruff Hmm. If only there was a book on the topic ...