hi, im learning F# and glad to see your excited about the language and the resources you provide. thanks! Question, i see you use HTMX, Alpine for mostly your front-end and F# as backend... Do you have reasons for NOT using Blazor? would like to here you opinion. thks
I think Blazor is fine. Many teams / ppl use it and it's an interesting way to get type-safe code FE / BE. The main reason I don't use Blazor is I like to minimize abstractions where possible and I enjoy HTML / HTMX directly so don't really have a strong need for Blazor. But nothing wrong with it and think it's a fine choice if you like that.
hi, im learning F# and glad to see your excited about the language and the resources you provide. thanks! Question, i see you use HTMX, Alpine for mostly your front-end and F# as backend... Do you have reasons for NOT using Blazor? would like to here you opinion. thks
I think Blazor is fine. Many teams / ppl use it and it's an interesting way to get type-safe code FE / BE.
The main reason I don't use Blazor is I like to minimize abstractions where possible and I enjoy HTML / HTMX directly so don't really have a strong need for Blazor.
But nothing wrong with it and think it's a fine choice if you like that.