Title here
Summary here
The goal of Rizzy is to allow developers to use server-rendered Blazor components as views within ASP.NET Core MVC or Minimal API applications, using HTMX to handle partial page updates. Key objectives include:
IResult
from controller actions or Minimal API endpoints, rendered server-side to HTML.HtmxSwapService
) allowing server-side logic (potentially outside the main component being rendered) to add extra HTML fragments to the response for HTMX Out-of-Band swaps.