dodyg / practical-aspnetcore

Practical samples of ASP.NET Core 9 preview-5, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
MIT License
9.03k stars 1.16k forks source link

Create sample using HTMX with Blazor SSR, Minimal API and Htmx #378

Open dodyg opened 7 months ago

jedjohan commented 7 months ago

That's super nice of you, thanks

garrettlondon1 commented 7 months ago

https://github.com/garrettlondon1/HtmxBlazor

garrettlondon1 commented 7 months ago

Minimal API is actually not the cleanest way you can do HTMX + Blazor SSR.

I created repo above to show how easy it is to render full pages + partials with HTMX.