I'm now getting into Blazor and wanted to understand if there's any benefits to using certain Blazor components such as DatePicker or Chart from third party vendors versus using some JS based solutions?
I know that the JavaScript Interop allows Blazor apps to use JS solutions so both Blazor component and JS options would be available to me but wanted to understand if there's any advantage in using Blazor components.
P.S. I have a little hesitance to use third party Blazor components. One small observation so far is that the DatePicker component by Radzen actually did not open the date picker on my iPhone. This doesn't help overcome my hesitance to use Blazor components vs the JS option.
Here's the link to this component:
https://blazor.radzen.com/datepicker