Blazored / Modal

A powerful and customizable modal implementation for Blazor applications.
https://blazored.github.io/Modal/
MIT License
764 stars 184 forks source link

[Feature Request] .net 8 #550

Closed armandelta2002 closed 4 months ago

armandelta2002 commented 5 months ago

hi, we need work on .net 8

chrissainty commented 4 months ago

@armandelta2002 What isn't working on .NET 8?

garrettlondon1 commented 4 months ago

@chrissainty

Currently, there is no good solution for using SSR + InteractiveServer and the BlazoredModal package. Originally, CascadingBlazoredModal was cascaded down the entire tree.

Now in .NET8, if you don't define global interactivity, and use SSR plus InteractiveServer islands.. What do you recommend for this application?