Blazor.Diagrams
Blazor.Diagrams copied to clipboard
Decouple Core library from Microsoft.AspNetCore.Components.Web
The core library should be independent of the framework (shouldn't have dependencies if possible). Extract dependant code to the separate project.
Benefits:
- easy implement different renderers for other platforms - like native Android or iOS (see example: https://github.com/VladislavAntonyuk/Blazor.Diagrams/tree/xamarin)
Hello, You are absolutely right. I was planning to do it for a long time! Your project is very interesting 🏆