dotNetify-Blazor icon indicating copy to clipboard operation
dotNetify-Blazor copied to clipboard

Real-time, reactive MVVM library for Blazor WebAssembly apps.

Results 2 dotNetify-Blazor issues
Sort by recently updated
recently updated
newest added

issue: when i try to use the same component it's working just only one by default we can use double component or not? and how to resolve it

### Proposal I'd like to propose moving this library to using [Castle DynamicProxy](https://github.com/castleproject/Core/blob/master/docs/dynamicproxy.md) to generate the client-side VM proxies over the custom-built solution it currently uses for a few reasons:...