dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.21k stars 172 forks source link

Use in dotnet notebooks? #362

Open cordasfilip opened 3 years ago

cordasfilip commented 3 years ago

Have you tried adding a custom kernel for dotnet interactive notebooks https://github.com/dotnet/interactive? I feel like the hybrid app model could work for making a custom cell type for Blazor.

dcuccia commented 3 years ago

Cool idea!

cordasfilip commented 3 years ago

@dcuccia I started investing trying to create a Blazor static renderer kernel and it should be simple enough to implement but a full Blazor component rendering would be better. The hybrid mode should work I think I might try to implement it my self but I feel like someone more familiar with the code could do really quickly.