AdrienTorris / awesome-blazor

Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Creative Commons Zero v1.0 Universal
8.73k stars 967 forks source link

Difference between Extensions and Libraries #63

Closed SamProf closed 5 years ago

SamProf commented 5 years ago

I just want to understand differences between this sub-headers. 1) Extensions - BlazorMaterial, Telerik UI for Blazor - something like components packs, but in Labraries we have MatBlazor and Blazorise - also components packs. 2) Extensions - BlazorConfirm, Toastr - so, some not big components, but in Libraries we have Blazored.Toast, BlazorScrollbar and etc.

So, what difference. For me - this is one set of Libraries. What is reason to separate this?

AdrienTorris commented 5 years ago

Hello,

You're right. At the start it was two different ways to consume external code but I agree that there is no more reason to separate them. It could be better to merge the 3 sections 'Extensions', 'Libraries' and 'Experiments & Sets of tools and libraries'.

It's not that simple to keep it simple! :)

AdrienTorris commented 5 years ago

Which name for the new section? "Extensions & Libraries"?

SamProf commented 5 years ago

I think yes, we can merge this in one Libraries & Extensions. Or we can separate

But I think later sometimes we also will have problems to identify group of Lib. For we better is Libraries & Extensions.

Can I merge this groups and make PR?

AdrienTorris commented 5 years ago

I just merged your PR. Thank you.