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
@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 ...