Blazor.Diagrams icon indicating copy to clipboard operation
Blazor.Diagrams copied to clipboard

Decouple Core library from Microsoft.AspNetCore.Components.Web

Open VladislavAntonyuk opened this issue 4 years ago • 1 comments

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)

VladislavAntonyuk avatar Oct 23 '21 19:10 VladislavAntonyuk

Hello, You are absolutely right. I was planning to do it for a long time! Your project is very interesting 🏆

zHaytam avatar Oct 28 '21 22:10 zHaytam