Back to Practical Aspnetcore

Razor Component multi render

projects/blazor-ssr/RazorComponentEight/README.md

latest407 B
Original Source

Razor Component multi render

This sample shows the ability for Blazor to host components with different rendering mode in a single Razor Component Page.

The Razor Component Page is server side render. It hosts "number" component with with Streaming rendering and hosts "interactive" component backed by Blazor Web Assembly.

The Web Assembly components need to be hosted in a separate project.